diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 816b7d0f0..4f0a38bdc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 01,13 * * *' + - cron: '00 02,14 * * *' permissions: issues: write @@ -15,3 +15,4 @@ jobs: with: stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' + operations-per-run: 100