diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cc9cdf76..ae4ce526 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: days-before-close: 5 stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.' stale-issue-label: 'stale' - exempt-issue-labels: 'internal, Fixed In Next Release, Bug' + exempt-issue-labels: 'internal, Fixed In Next Release, Bug, never-stale' exempt-all-issue-assignees: true operations-per-run: 300 close-issue-reason: 'not_planned'