Skip to content

Commit e369a6d

Browse files
authored
build: add answered and invalid labels to Stale issues check (#285)
1 parent 1749050 commit e369a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
days-before-close: 10
1515
# Issue settings
1616
stale-issue-message: 'This issue is stale because of a lack of response from the original author. Please provide the requested feedback or this will be closed in 10 days.'
17-
any-of-issue-labels: 'cannot-reproduce,needs-more-info'
17+
any-of-issue-labels: 'answered,cannot-reproduce,invalid,needs-more-info'
1818
# PR Settings
1919
stale-pr-message: 'This pr is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 10 days.'

0 commit comments

Comments
 (0)