diff --git a/.github/workflows/close_inactive_issues.yml b/.github/workflows/close_inactive_issues.yml index 6e2ea9d..04b746b 100644 --- a/.github/workflows/close_inactive_issues.yml +++ b/.github/workflows/close_inactive_issues.yml @@ -14,5 +14,5 @@ jobs: days-before-issue-stale: 0 days-before-issue-close: 0 stale-issue-label: "stale" - operations-per-run: 10000 + operations-per-run: 100000 repo-token: ${{ secrets.GITHUB_TOKEN }}