Skip to content

Commit 5cde9f2

Browse files
authored
Update stale.yml (#2155)
Problem: The stale workflow is closing issues with an epic label. These are issues that are supposed to be open for a long time so we don't want to mark them as stale after 14 days Solution: Add 'epic' to the list of exempt labels
1 parent df5893b commit 5cde9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
stale-issue-label: "stale"
2424
stale-pr-label: "stale"
2525
exempt-all-issue-milestones: true
26-
exempt-issue-labels: "backlog, backlog candidate"
26+
exempt-issue-labels: "backlog, backlog candidate, epic"
2727
operations-per-run: 100
2828
days-before-stale: 14
2929
days-before-close: 14

0 commit comments

Comments
 (0)