Skip to content

Commit

Permalink
.github/workflows/stale.yml: increase operations limit
Browse files Browse the repository at this point in the history
By setting `ascending` to `true`, the most stale issues and PRs will be
caught first. By increasing the operations limit from the default (30)
to 250, more stale issues/PRs will be caught each run, increasing the
speed of the burndown.
  • Loading branch information
classabbyamp authored and the-maldridge committed Apr 15, 2022
1 parent 038ce32 commit c16bf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
days-before-stale: 90
days-before-close: 14
exempt-all-assignees: true
ascending: true
operations-per-run: 250

0 comments on commit c16bf1e

Please sign in to comment.