From d7bcc72a8a813d5900882f3f52dc991c16284e93 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Fri, 18 Oct 2019 16:47:11 -0500 Subject: [PATCH] Update stale.yml (#6142) Adds more labels to stalebot --- .github/stale.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index afe744a6..e08c0e16 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,13 +4,18 @@ daysUntilStale: 45 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security - - good first issue - - up-for-grabs - bug - enhancement + - feature request + - good first issue + - hacktoberfest - help wanted + - needs investigation + - needs more info + - question + - pinned + - security + - up-for-grabs # Label to use when marking an issue as stale staleLabel: wontfix # Limit to only `issues` not `pulls`