Skip to content

[stale action] The expected value is a comma separated string #8710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ jobs:
days-before-issue-stale: 28
days-before-issue-close: 7
any-of-issue-labels:
[
"Waiting on author",
"Cannot reproduce 🀷",
"python past end of life",
"Won't fix/not planned",
]
exempt-issue-labels: ["High priority", "Blocked 🚧", "Needs decision πŸ”’"]
"Waiting on author,Cannot reproduce 🀷,python past end of life,Won't fix/not
planned"
exempt-issue-labels: "High priority,Blocked 🚧,Needs decision πŸ”’"
stale-issue-message:
"This issue is stale because it has been open 4 weeks with no activity.
Remove 'Stale' label or comment or this will be closed in a week."
Expand All @@ -31,8 +27,8 @@ jobs:
activity."

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