From 3a741936c54708f7a1023e34354d0a402d6cf8db Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Fri, 1 Nov 2019 16:06:00 -0400 Subject: [PATCH] Add an exemption for the confirmed label Adds an exemption we can use to keep issues open when they are confirmed/real --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 9ea0e3796a..6b90978ccd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,6 +11,7 @@ exemptLabels: - future - feature - enhancement + - confirmed # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable