Increase the Stalebot operations limit by another 50%.

This commit is contained in:
Steven Luscher 2022-12-26 16:03:46 -08:00 committed by GitHub
parent 456d06785d
commit 7429df5176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
exempt-issue-labels: blocked,do-not-close,feature-gate,security
exempt-pr-labels: blocked,do-not-close,feature-gate,security
# No actual changes get made in debug-only mode, so we can raise the operations ceiling.
operations-per-run: ${{ github.event_name == 'pull_request' && 100 || 100}}
operations-per-run: ${{ github.event_name == 'pull_request' && 200 || 150}}
stale-issue-label: stale
stale-issue-message: "" # Leave no comment when marking as stale
stale-pr-label: stale