Skip to content

Commit c4ec9c0

Browse files
authored
ci : exempt confirmed bugs from being tagged as stale (#7014)
1 parent a8f9b07 commit c4ec9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v5
1414
with:
15-
exempt-issue-labels: "refactor,help wanted,good first issue,research"
15+
exempt-issue-labels: "refactor,help wanted,good first issue,research,bug"
1616
days-before-issue-stale: 30
1717
days-before-issue-close: 14
1818
stale-issue-label: "stale"

0 commit comments

Comments
 (0)