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: