Skip to content

Commit

Permalink
Rename labels in stale.yml (#23319)
Browse files Browse the repository at this point in the history
Summary:
Otherwise, the bot will nag issues that should be whitelisted. This is a trivial change,
Pull Request resolved: #23319

Differential Revision: D13974621

Pulled By: hramos

fbshipit-source-id: e3b0f98f0332c75563b2031474fecf4317525cad
  • Loading branch information
hramos authored and facebook-github-bot committed Feb 6, 2019
1 parent 9bcd98f commit 1a76f28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a76f28

Please sign in to comment.