From e45ca2b1b71b0ed2ee68ab7a41ed1383c4cc46cd Mon Sep 17 00:00:00 2001 From: Sergej Herbert Date: Fri, 8 Mar 2024 12:57:55 +0100 Subject: [PATCH] chore: finalize stale issue handling --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f5ecbc0..587811c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,8 @@ name: 'Close stale issues' + on: schedule: - - cron: '55 * * * *' + - cron: '30 1 * * *' jobs: stale: @@ -20,4 +21,3 @@ jobs: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. - debug-only: true