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 }}