From dba3c39726c1b642c51d811b55be16cc7ef68850 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 10 May 2021 13:53:54 +0400 Subject: [PATCH] Skip 'enhancement' issues by stale bot. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index afc525a07..40a568cf2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,7 +3,7 @@ daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed daysUntilClose: 30 # Issues with these labels will never be considered stale -exemptLabels: [] +exemptLabels: [ "enhancement" ] # 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