Skip to content

Commit 4bbb71c

Browse files
authored
ci(close stale issues): Add enhancement to exclusions labels
1 parent 3340241 commit 4bbb71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale-issues-and-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v9
1414
with:
15-
exempt-issue-labels: do-not-stale
15+
exempt-issue-labels: do-not-stale,enhancement
1616
days-before-stale: 30
1717
days-before-close: 14
1818
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. It will be closed in 14 days if there is no activity."

0 commit comments

Comments
 (0)