From 0523949aa89e55510030b9520142ecf80cbf0107 Mon Sep 17 00:00:00 2001 From: Yanyi Wu Date: Sat, 5 Apr 2025 17:26:58 +0800 Subject: [PATCH] Update stale-issues.yml --- .github/workflows/stale-issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 44c4fd2..4280deb 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -2,7 +2,8 @@ name: Close Stale Issues on: schedule: - - cron: '0 0 3 * *' # Monthly on the 3rd day of the month at midnight + - cron: '0 0 3 */3 *' # Every three months on the 3rd day at midnight + jobs: stale: