Skip to content

Commit

Permalink
Double the Stalebot operations limit
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Dec 27, 2022
1 parent 7429df5 commit ec5e5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manage-stale-issues-and-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec5e5db

Please sign in to comment.