Skip to content

Commit 811512a

Browse files
author
Jack Pope
committed
Use comma separated list for exempt labels based on docs examples
1 parent f2cabef commit 811512a

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,7 @@ jobs:
3030
close-issue-message: >
3131
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
3232
# Issues with these labels will never be considered stale
33-
exempt-issue-labels:
34-
- "Partner"
35-
- "React Core Team"
36-
- "Resolution: Backlog"
37-
- "Type: Bug"
38-
- "Type: Discussion"
39-
- "Type: Needs Investigation"
40-
- "Type: Regression"
41-
- "Type: Feature Request"
33+
exempt-issue-labels: "Partner,React Core Team,Resolution: Backlog,Type: Bug,Type: Discussion,Type: Needs Investigation,Type: Regression,Type: Feature Request"
4234

4335
# --- PRs ---
4436
stale-pr-label: "Resolution: Stale"
@@ -51,12 +43,4 @@ jobs:
5143
close-pr-message: >
5244
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!
5345
# PRs with these labels will never be considered stale
54-
exempt-pr-labels:
55-
- "Partner"
56-
- "React Core Team"
57-
- "Resolution: Backlog"
58-
- "Type: Bug"
59-
- "Type: Discussion"
60-
- "Type: Needs Investigation"
61-
- "Type: Regression"
62-
- "Type: Feature Request"
46+
exempt-pr-labels: "Partner,React Core Team,Resolution: Backlog,Type: Bug,Type: Discussion,Type: Needs Investigation,Type: Regression,Type: Feature Request"

0 commit comments

Comments
 (0)