From 2465860496483ab41bdff57db54c747db453c787 Mon Sep 17 00:00:00 2001 From: Victor Antonovich Date: Mon, 8 Jul 2019 14:59:51 +0400 Subject: [PATCH] Add 'enhancement' label to stale bot exemptLabels --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index e3d6821..0fca257 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,6 +5,7 @@ daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - 'Good first issue' + - 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