From d228f36cdf55fd8b5b1ae3214c8d9f964ef088b3 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Fri, 26 May 2023 17:56:34 -0400 Subject: [PATCH] [chore] Increase operations-per-run to 40% limit (#22830) --- .github/workflows/close-stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale.yaml b/.github/workflows/close-stale.yaml index 0e1e838d18d3..daaa575cce1f 100644 --- a/.github/workflows/close-stale.yaml +++ b/.github/workflows/close-stale.yaml @@ -25,7 +25,7 @@ jobs: days-before-issue-close: 60 exempt-issue-labels: 'never stale' ascending: true - operations-per-run: 400 + operations-per-run: 6000 - name: Check rate_limit after run: gh api /rate_limit