From 4c5a0e1c3e5efc6d2782928beea3564d91678dd1 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Fri, 4 Oct 2019 13:59:32 +0100 Subject: [PATCH] fix(github): setting stale label to be stale The label was previously set to wontfix but this doesn't apply to all issues raised, stale works for all. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 72ee838b3..3e41b19c1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,7 +11,7 @@ exemptLabels: - security # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: >