Skip to content

Commit f280a71

Browse files
committed
ci(stalebot): bump api operations from 200 -> 400 allowed
since our repo has around 100 issues, each validation takes a minimum of 2 operations, leaving actual stale actions with very little ability to change things. Bumping this up will allow stalebot to action tickets on time in relation to our repository size.
1 parent 4a22a8c commit f280a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/stale@v9
2020
with:
2121
# default: 30, GitHub Actions API Rate limit is 1000/hr
22-
operations-per-run: 200
22+
operations-per-run: 400
2323
exempt-all-milestones: true
2424
# exempt-all-assignees: false (default)
2525
stale-issue-label: stale

0 commit comments

Comments
 (0)