From d8f065ef74dd208797f1c9dd191d15499e0e117a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gieling?= Date: Sat, 25 May 2024 14:49:50 +0200 Subject: [PATCH] Update lock-closed-issues.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Gieling --- .github/workflows/lock-closed-issues.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lock-closed-issues.yml b/.github/workflows/lock-closed-issues.yml index b8e05ebf4..809eb153c 100644 --- a/.github/workflows/lock-closed-issues.yml +++ b/.github/workflows/lock-closed-issues.yml @@ -1,6 +1,8 @@ name: 'Lock Issues' -on: workflow_dispatch +on: + schedule: + - cron: '2 1 * * *' concurrency: lock_issues