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: