From 19d420fdda32e5a44aae586f72b4e70f4f601a96 Mon Sep 17 00:00:00 2001 From: James Hunt Date: Fri, 2 Aug 2019 12:49:05 -0400 Subject: [PATCH] Tune StaleBot a little bit Anything that is in the `eval` or `triage` phase of its life cannot be abandoned. --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index a2d1fc92b..06c50c4d7 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,8 @@ daysUntilClose: 14 # we never consider `confirmed` or `security` issues to be stale exemptLabels: + - eval + - triage - confirmed - security