Skip to content

Commit a029b09

Browse files
authored
Merge pull request #19986 from hwdef/exempt-help-wanted
stale action: exempt help wanted label for stale action
2 parents d68eac5 + d545dfd commit a029b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
days-until-close: 21
2020
stale-issue-label: 'stale'
2121
stale-pr-label: 'stale'
22-
exempt-labels: 'stage/tracked'
22+
exempt-labels: 'stage/tracked,help wanted'
2323
exempt-projects: false
2424
exempt-milestones: false
2525
exempt-assignees: false

0 commit comments

Comments
 (0)