Double the Stalebot operations limit

This commit is contained in:
Steven Luscher 2022-12-27 07:49:53 -08:00 committed by GitHub
parent 7429df5176
commit ec5e5dbffa
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' && 200 || 150}}
operations-per-run: ${{ github.event_name == 'pull_request' && 400 || 300}}
stale-issue-label: stale
stale-issue-message: "" # Leave no comment when marking as stale
stale-pr-label: stale