From 822f41bc40a7e580bf53fc41d1eaf74d70f71da4 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 3 Jan 2022 07:57:51 +0100 Subject: [PATCH] don't mark feature requests as stale --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 0ff329ca..c0ad644a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - enhancement # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable