Rename labels in stale.yml (#23319)
Summary: Otherwise, the bot will nag issues that should be whitelisted. This is a trivial change, Pull Request resolved: https://github.com/facebook/react-native/pull/23319 Differential Revision: D13974621 Pulled By: hramos fbshipit-source-id: e3b0f98f0332c75563b2031474fecf4317525cad
This commit is contained in:
parent
9bcd98f1a9
commit
1a76f28fb7
|
@ -6,11 +6,12 @@ daysUntilClose: 7
|
|||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- Good first issue
|
||||
- For Discussion
|
||||
- "Type: Discussion"
|
||||
- Partner
|
||||
- Core Team
|
||||
- "Help Wanted :octocat:"
|
||||
- ":warning:Regression"
|
||||
- ":clock1:PR Pending"
|
||||
- "Impact: Regression"
|
||||
- "Resolution: PR Submitted"
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: Stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
|
Loading…
Reference in New Issue