diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index eb1ab94c6..4d7ecce82 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,4 +17,5 @@ jobs: days-before-pr-stale: 365 days-before-issue-close: 30 days-before-pr-close: 30 - exempt-all-assignees: true \ No newline at end of file + exempt-all-assignees: true + operations-per-run: 1000 \ No newline at end of file