From c5a3306d568a7fa58749f05ab267f883ee2ad6f7 Mon Sep 17 00:00:00 2001 From: Cael Warner <52902343+caelwarner@users.noreply.github.com> Date: Sat, 18 Dec 2021 18:01:03 -0800 Subject: [PATCH] MORE operations - Increase "Close Issues" operations count again --- .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 29ccc2ae0..5af15afcc 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: 1000 + operations-per-run: 10000 repo-token: ${{ secrets.GITHUB_TOKEN }}