.github/workflows/stale.yml: increase operations limit

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.
This commit is contained in:
classabbyamp 2022-04-14 19:30:06 -04:00 committed by Michael Aldridge
parent 038ce32010
commit c16bf1e4fe

View file

@ -17,3 +17,5 @@ jobs:
days-before-stale: 90
days-before-close: 14
exempt-all-assignees: true
ascending: true
operations-per-run: 250