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