Skip to content

Commit ae8954e

Browse files
authored
🔧Increase stale bot limit to 100 issues/prs (#1407)
Currently have 46 issues/PRs to process, so the default of 30 was too small. The idea with a limit is to avoid hitting github throttling.
1 parent 8b5326d commit ae8954e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
exempt-draft-pr: false
3737
exempt-milestones: true
3838
exempt-all-milestones: true
39+
operations-per-run: 100 # Default 30, a bit small as we have many stale/pinned issues to re-process

0 commit comments

Comments
 (0)