From 39e3d50709edaf79ef035916be852a3fa532ef3b Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Fri, 23 Nov 2018 13:56:20 -0500 Subject: [PATCH] add bug label to stale.yml --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index f2d911797..ad26df134 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ exemptLabels: - "Up for consideration" - greenkeeper - neverstale + - bug # 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