diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a9c7fd7b8..a5714c3d6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,4 +19,5 @@ jobs: stale-issue-label: 'Stale' stale-pr-label: 'Stale' exempt-issue-labels: 'Bug,Enhancement' - exempt-pr-labels: '' \ No newline at end of file + exempt-pr-labels: '' + operations-per-run: 300 \ No newline at end of file