From f9ae8e093f8cc130b493b5abecf68fe2bdd397ce Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sat, 16 Mar 2024 13:17:35 +0100 Subject: [PATCH] ci: close issue, change workflow schedule time --- .github/workflows/close-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml index c84cd8a38..bc08a72d0 100644 --- a/.github/workflows/close-issue.yml +++ b/.github/workflows/close-issue.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: schedule: - - cron: "0 0 * * *" + - cron: "42 0 * * *" jobs: close-issues: