Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9b5d62

Browse files
committed
Exclude confirmed bugs from stale-tidy bot
We should not close confirmed bugs through a timeout mechanism. The bug exists and should be tracked as open bug as long as we don't fix it or explicitly decide to not handle this, in which case, we'd manually close as "won't fix".
1 parent b2dc2a6 commit b9b5d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)