From 406cbf58b2b2dafc1b4579869ca947b87497a91d Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Tue, 12 Jan 2021 04:49:15 -0500 Subject: [PATCH] Shouldn't stale issues/PRs with feature request label (#9511) --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index d9f656321..91634d8e5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - Feature request # 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