Skip to content

Commit 33901ed

Browse files
Separate list of label by pr/issue
1 parent b8bbf50 commit 33901ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
debug-only: true
1616
days-before-issue-stale: 28
1717
days-before-issue-close: 7
18-
any-of-labels:
18+
any-of-issue-labels:
1919
[
2020
"Waiting on author",
2121
"Cannot reproduce 🤷",
@@ -30,6 +30,8 @@ jobs:
3030
"This issue was closed because it has been stalled for five weeks with no
3131
activity."
3232

33+
any-of-pr-labels:
34+
["Waiting on author", "python past end of life", "Won't fix/not planned"]
3335
exempt-pr-labels: ["High priority", "Blocked 🚧", "Needs review 🔍"]
3436
days-before-pr-stale: 56
3537
days-before-pr-close: -1

0 commit comments

Comments
 (0)