Skip to content

Commit

Permalink
🔧Increase stale bot limit to 100 issues/prs (angularsen#1407)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
angularsen authored Jul 8, 2024
1 parent 8b5326d commit ae8954e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
exempt-draft-pr: false
exempt-milestones: true
exempt-all-milestones: true
operations-per-run: 100 # Default 30, a bit small as we have many stale/pinned issues to re-process

0 comments on commit ae8954e

Please sign in to comment.