From f38ac960d6976ac0965ea382915ce3afddce8944 Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:25:58 -0500 Subject: [PATCH] Increase the number of PRs that can be checked (#17915) Co-authored-by: chiedo --- .github/workflows/triage-stale-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage-stale-check.yml b/.github/workflows/triage-stale-check.yml index fe71840627..97e487d51e 100644 --- a/.github/workflows/triage-stale-check.yml +++ b/.github/workflows/triage-stale-check.yml @@ -28,6 +28,7 @@ jobs: days-before-pr-stale: 14 days-before-pr-close: -1 # Never close remove-stale-when-updated: false + operations-per-run: 100 only-labels: 'waiting for review' # The hope is that by setting the stale-pr-label to the same label # as the label that the stale check looks for, this will result in