diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 75fca7198d6408b92f178a1e7ce6a48c65fb62b5..e44c68ccfb861507b2d9a8ef8ef9fc29fd10ccbf 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 1 * * *' + - cron: '30 3 * * *' jobs: stale: @@ -18,3 +18,4 @@ jobs: stale-issue-label: 'stale' stale-pr-label: 'stale' exempt-draft-pr: true + operations-per-run: 500