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:
Héctor Ramos 2019-02-06 11:22:43 -08:00 committed by Facebook Github Bot
parent 9bcd98f1a9
commit 1a76f28fb7
1 changed files with 4 additions and 3 deletions

7
.github/stale.yml vendored
View File

@ -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