Skip to content

Commit 67889d0

Browse files
chore: ignore V6 label for stale check
1 parent 5668a1b commit 67889d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
stale-pr-message: 'This pull request is stale because it has not seen activity in 30 days. Remove the `stale` label or comment within 14 days, or it will be closed.'
3030
stale-issue-label: 'stale'
3131
stale-pr-label: 'stale'
32-
exempt-issue-labels: 'help-wanted'
33-
exempt-pr-labels: 'help-wanted'
32+
exempt-issue-labels: 'help-wanted,v6'
33+
exempt-pr-labels: 'help-wanted,v6'

0 commit comments

Comments
 (0)