Skip to content

Commit 222673a

Browse files
authored
Update stale.yml (#749)
Avoid closing issues that have a milestone or with backlog/epic labels Signed-off-by: Luca Comellini <[email protected]>
1 parent fb6fd57 commit 222673a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
stale-issue-label: "stale"
2424
stale-pr-label: "stale"
2525
exempt-all-assignees: true
26-
exempt-issue-labels: "proposal"
26+
exempt-all-issue-milestones: true
27+
exempt-issue-labels: "proposal, backlog, backlog candidate, epic"
2728
operations-per-run: 100
2829
days-before-stale: 90
2930
days-before-close: 10

0 commit comments

Comments
 (0)