From 6802eb322d0460972144604fb866e24365d187ef Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 3 May 2025 19:49:12 +0200 Subject: [PATCH] Add 'Bug: Confirmed' to stale exempt list Signed-off-by: yubiuser --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"