Skip to content

Commit

Permalink
Increase stale action ops per run.
Browse files Browse the repository at this point in the history
Right now we're capped at 30, but have 569 open issues and 192 open PRs.

PiperOrigin-RevId: 564760282
  • Loading branch information
manninglucas authored and gvisor-bot committed Sep 12, 2023
1 parent f8f2bb6 commit 6d06f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
days-before-close: 540
remove-stale-when-updated: true
exempt-pr-labels: 'no-auto-close'
exempt-issue-labels: 'no-auto-close,new feature,enhancement'
exempt-issue-labels: 'no-auto-close,new feature,enhancement'
operations-per-run: 1000

0 comments on commit 6d06f30

Please sign in to comment.