From 0711ff17638ed41f9cdea712a19b92f01aeda38f Mon Sep 17 00:00:00 2001 From: Ricky Date: Sun, 24 Mar 2024 12:48:12 -0400 Subject: [PATCH] Add Type: Feature Request to stalebot ignore (#28625) Prevent issues like https://github.com/facebook/react/issues/12525 from closing due to inactivity. --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 25f65e7c3d..0d33381a10 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: