Skip to content

Commit e55cff0

Browse files
authored
Add never-stale label (github#26675)
1 parent aa08f71 commit e55cff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage-stale-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
stale-issue-message: 'A stale label has been added to this issue becuase it has been open for 60 days with no activity. To keep this issue open, add a comment within 3 days.'
2525
days-before-issue-stale: 60
2626
days-before-issue-close: 3
27-
exempt-issue-labels: 'help wanted,waiting for review'
27+
exempt-issue-labels: 'help wanted,never-stale,waiting for review'
2828
stale-pr-message: 'A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days.'
2929
days-before-pr-stale: 7
3030
days-before-pr-close: 3

0 commit comments

Comments
 (0)