From daf4bd48b22a26d0de99a876ad80f19762db4979 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 8 Sep 2024 11:53:15 +0200 Subject: [PATCH] Refactor .github/workflows/stale.yml: Update schedule for closing inactive issues --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ac6f2b365..7f8d42e03 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,8 @@ name: Close inactive issues on: schedule: - - cron: "53 11 * * *" + - cron: "0 0 * * *" + workflow_dispatch: jobs: close-issues: