diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index afc6463b..d72417b1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -26,6 +26,6 @@ jobs: exempt-draft-pr: true exempt-issue-labels: "pinned,security" exempt-pr-labels: "pinned,security,dependencies" - operations-per-run: 120 + operations-per-run: 1000 - name: Print outputs run: echo ${{ join(steps.stale.outputs.*, ',') }}