diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index af94937608..c00c1533b7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,7 @@ jobs: days-before-pr-close: -1 days-before-stale: 365 days-before-close: 14 + operations-per-run: 75 exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:' stale-issue-label: 'Status: Stale :hourglass:' labels-to-add-when-unstale: 'Status: Triage'