Add Type: Feature Request to stalebot ignore (#28625)

Prevent issues like https://github.com/facebook/react/issues/12525 from
closing due to inactivity.
This commit is contained in:
Ricky 2024-03-24 12:48:12 -04:00 committed by GitHub
parent f09e1599d6
commit 0711ff1763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.github/stale.yml vendored
View File

@ -12,6 +12,7 @@ exemptLabels:
- "Type: Discussion" - "Type: Discussion"
- "Type: Needs Investigation" - "Type: Needs Investigation"
- "Type: Regression" - "Type: Regression"
- "Type: Feature Request"
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: "Resolution: Stale" staleLabel: "Resolution: Stale"
issues: issues: