From b619b0d33f2a5b525003b4b8f4ad6c4f3a42ceb7 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Fri, 23 Dec 2022 21:53:19 -0800 Subject: [PATCH] Increase Stalebot's operation consumption limit by another 50% --- .github/workflows/manage-stale-issues-and-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-stale-issues-and-prs.yml b/.github/workflows/manage-stale-issues-and-prs.yml index 3e9724b6c3..25b69953a9 100644 --- a/.github/workflows/manage-stale-issues-and-prs.yml +++ b/.github/workflows/manage-stale-issues-and-prs.yml @@ -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