From 8c3a7c32b3df0398e0f9b18b7c2baaf3c0109a92 Mon Sep 17 00:00:00 2001 From: natowi Date: Mon, 24 Feb 2020 22:42:35 +0100 Subject: [PATCH 1/2] Add exemptLabels --- .github/stale.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index e33f1ed97b..2eef480450 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,7 +3,10 @@ daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale -exemptLabels: false +exemptLabels: + - "do not close" + - "feature request" + - "scope:doc" # 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 From fe92d9e41d23c568e42489699c2b3d4a46cac3f3 Mon Sep 17 00:00:00 2001 From: natowi Date: Mon, 24 Feb 2020 22:48:39 +0100 Subject: [PATCH 2/2] add "new feature" --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 2eef480450..6e137fb3a9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ exemptLabels: - "do not close" - "feature request" - "scope:doc" + - "new feature" # 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