Skip to content

Commit 9f420f5

Browse files
authored
Update stale.yml (#302)
Avoid closing issues that have a milestone or with backlog/epic labels
1 parent 5a7c0f7 commit 9f420f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity."
2323
stale-issue-label: "stale"
2424
stale-pr-label: "stale"
25+
exempt-all-issue-milestones: true
26+
exempt-issue-labels: "backlog, backlog candidate, epic"
2527
exempt-all-pr-assignees: true
2628
operations-per-run: 100

0 commit comments

Comments
 (0)