From 48bdabd9de57008accde1798df3b036c7e1103f8 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Thu, 22 Nov 2018 09:56:14 -0500 Subject: [PATCH] Add neverstale label to stalebot config --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 576b3c928..f2d911797 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - "Up for consideration" - greenkeeper + - neverstale # 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