diff --git a/.github/workflows/stale-issues-and-prs.yaml b/.github/workflows/stale-issues-and-prs.yaml index d69a7d5e9d..0319ed4fbd 100644 --- a/.github/workflows/stale-issues-and-prs.yaml +++ b/.github/workflows/stale-issues-and-prs.yaml @@ -23,5 +23,5 @@ jobs: days-before-pr-stale: 45 days-before-issue-close: 15 days-before-pr-close: 10 - exempt-issue-labels: 'bug' + exempt-issue-labels: 'Will not stale' operations-per-run: 2500