diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e3235413..60c6ae5e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,4 +20,5 @@ jobs: days-before-stale: 30 days-before-close: 5 exempt-issue-labels: 'feature ☘,enhancement ⚙,bug 🐞' - exempt-pr-labels: 'need-help,wip' \ No newline at end of file + exempt-pr-labels: 'need-help,wip' + operations-per-run: 100 \ No newline at end of file