Skip to content

Commit d99834c

Browse files
authored
Merge pull request matplotlib#30921 from timhoffm/ci-stale-exclude
Exclude confirmed bugs from stale bot
2 parents 7863bde + b9b5d62 commit d99834c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
close-issue-label: "status: closed as inactive"
2121
days-before-issue-close: 30
2222
ascending: true
23-
exempt-issue-labels: "keep"
23+
exempt-issue-labels: "keep,status: confirmed bug"
2424
exempt-pr-labels: "keep,status: orphaned PR"

0 commit comments

Comments
 (0)