Skip to content

Commit e30c90f

Browse files
hramosfacebook-github-bot
authored andcommitted
Rename labels in stale.yml (facebook#23319)
Summary: Otherwise, the bot will nag issues that should be whitelisted. This is a trivial change, Pull Request resolved: facebook#23319 Differential Revision: D13974621 Pulled By: hramos fbshipit-source-id: e3b0f98f0332c75563b2031474fecf4317525cad
1 parent d62e90f commit e30c90f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/stale.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ daysUntilClose: 7
66
# Issues with these labels will never be considered stale
77
exemptLabels:
88
- Good first issue
9-
- For Discussion
9+
- "Type: Discussion"
10+
- Partner
1011
- Core Team
1112
- "Help Wanted :octocat:"
12-
- ":warning:Regression"
13-
- ":clock1:PR Pending"
13+
- "Impact: Regression"
14+
- "Resolution: PR Submitted"
1415
# Label to use when marking an issue as stale
1516
staleLabel: Stale
1617
# Comment to post when marking an issue as stale. Set to `false` to disable

0 commit comments

Comments
 (0)