Add Type: Feature Request to stalebot ignore (#28625)
Prevent issues like https://github.com/facebook/react/issues/12525 from closing due to inactivity.
Ricky committed
Mar 24, 2024 at 12:48 UTC
0711ff17638ed41f9cdea712a19b92f01aeda38f
1 file changed
+1
.github/stale.yml
+1
@@ -12,6 +12,7 @@ exemptLabels:
12
- "Type: Discussion"
13
- "Type: Needs Investigation"
14
- "Type: Regression"
15
+ - "Type: Feature Request"
16
# Label to use when marking an issue as stale
17
staleLabel: "Resolution: Stale"
18
issues: