Skip to content

Commit 893cb78

Browse files
[stale action] The expected value is a comma separated string (#8710)
1 parent 0e71f89 commit 893cb78

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

β€Ž.github/workflows/stale.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ jobs:
1616
days-before-issue-stale: 28
1717
days-before-issue-close: 7
1818
any-of-issue-labels:
19-
[
20-
"Waiting on author",
21-
"Cannot reproduce 🀷",
22-
"python past end of life",
23-
"Won't fix/not planned",
24-
]
25-
exempt-issue-labels: ["High priority", "Blocked 🚧", "Needs decision πŸ”’"]
19+
"Waiting on author,Cannot reproduce 🀷,python past end of life,Won't fix/not
20+
planned"
21+
exempt-issue-labels: "High priority,Blocked 🚧,Needs decision πŸ”’"
2622
stale-issue-message:
2723
"This issue is stale because it has been open 4 weeks with no activity.
2824
Remove 'Stale' label or comment or this will be closed in a week."
@@ -31,8 +27,8 @@ jobs:
3127
activity."
3228

3329
any-of-pr-labels:
34-
["Waiting on author", "python past end of life", "Won't fix/not planned"]
35-
exempt-pr-labels: ["High priority", "Blocked 🚧", "Needs review πŸ”"]
30+
"Waiting on author,python past end of life,Won't fix/not planned"
31+
exempt-pr-labels: "High priority,Blocked 🚧,Needs review πŸ”"
3632
days-before-pr-stale: 56
3733
days-before-pr-close: -1
3834
stale-pr-label: "Needs take over πŸ›ŽοΈ"

0 commit comments

Comments
Β (0)