From 5ee74d788e51c4e88809f22a2c8600beb09c5de5 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Sun, 3 Nov 2024 17:22:28 +0800 Subject: [PATCH] [stale-isssues] Monthly on the 3rd day of the month at midnight --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index ccd7a4ed..44c4fd29 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -2,7 +2,7 @@ name: Close Stale Issues on: schedule: - - cron: '0 0 * * 0' # Run weekly on Sunday at midnight + - cron: '0 0 3 * *' # Monthly on the 3rd day of the month at midnight jobs: stale: