Increase Stalebot's operation consumption limit by another 50%

This commit is contained in:
Steven Luscher 2022-12-23 21:53:19 -08:00 committed by GitHub
parent 5f4752a29e
commit b619b0d33f
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 || 67}}
operations-per-run: ${{ github.event_name == 'pull_request' && 100 || 100}}
stale-issue-label: stale
stale-issue-message: "" # Leave no comment when marking as stale
stale-pr-label: stale