From 521102556a7bcefea6a988b305c3ef9d53b615cc Mon Sep 17 00:00:00 2001 From: Cael Warner <52902343+caelwarner@users.noreply.github.com> Date: Thu, 16 Dec 2021 00:26:07 -0800 Subject: [PATCH] Hopefully no rate limiting - Increase "Close Issues" action operation limit --- .github/workflows/close_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_issues.yml b/.github/workflows/close_issues.yml index d4e4b3b57..29ccc2ae0 100644 --- a/.github/workflows/close_issues.yml +++ b/.github/workflows/close_issues.yml @@ -20,5 +20,5 @@ jobs: close-issue-message: "This issue has been closed since it has been inactive for 3 weeks since it was marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1 - operations-per-run: 300 + operations-per-run: 1000 repo-token: ${{ secrets.GITHUB_TOKEN }}