From ccd0aeb83e77d89811d7c408d4e90275cb0420fe Mon Sep 17 00:00:00 2001 From: Ricky Hanlon Date: Sun, 24 Mar 2024 10:35:27 -0400 Subject: [PATCH] Add Type: Feature Request to stalebot ignore --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 25f65e7c3d4aa..0d33381a10deb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,6 +12,7 @@ exemptLabels: - "Type: Discussion" - "Type: Needs Investigation" - "Type: Regression" + - "Type: Feature Request" # Label to use when marking an issue as stale staleLabel: "Resolution: Stale" issues: