From 699d3ca0678037a10537afcc476d99de2a301e1e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 15 May 2022 23:16:44 +0200 Subject: [PATCH] ci: exclude confirmed issues from stale Signed-off-by: Jens Langhammer --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 4ea6200f2..46182bf49 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,8 @@ exemptLabels: - security - pr_wanted - enhancement + - bug/confirmed + - enhancement/confirmed # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had