From 4fc381a491dd39ba325a10bb616e59da0535eeb8 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 23 Oct 2017 19:46:18 +0100 Subject: [PATCH] Stalebot (#1165) * stalebot: use wontfix-stalebot I've added two new labels: wontfix-stalebot and pinned. Wontfix-stalebot will be used by stalebot and pinned can be used to keep issues open. * later as well --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a1c..2d083ed27 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,8 +6,9 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - later # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: wontfix-stalebot # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had