From 4b2487722c23666fee4ff218655e08bc5d990a15 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 19 Oct 2017 16:31:07 -0400 Subject: [PATCH] Avoid closing "Status: Under Consideration" labeled issues --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 647c9613..3aa2e79c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,6 +5,7 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - "Status: Accepted" + - "Status: Under Consideration" # Label to use when marking an issue as stale staleLabel: "Status: Stale" # Comment to post when marking an issue as stale. Set to `false` to disable