diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 439bb43c..2e87c1f1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,7 +24,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: "${{ env.stale_label }}" - exempt-issue-labels: "internal, Fixed In Next Release, Bug, never-stale" + exempt-issue-labels: "internal, Fixed In Next Release, Bug, never-stale, Bug: Confirmed" exempt-all-issue-assignees: true operations-per-run: 300 close-issue-reason: "not_planned"