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