Skip to content

Commit 85a32a9

Browse files
authored
Merge pull request #926 from cderici/feature-requests-exempt-from-stale-bot
#926 #### Description Currently the stale bot marks all the issues that haven't been updated for 30 days with `incomplete` and closes the issue 5 days after that if there's no update. This change prevents the stale bot from bothering the feature requests (i.e. issues marked with `wishlisted` label), which can (and should imo) stay as long as needed. Discussed a bit in #855, suggested #855 (comment)
2 parents d5d0bcd + 40d37e4 commit 85a32a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
days-before-pr-close: 5
2020
stale-issue-label: 'incomplete'
2121
stale-pr-label: 'incomplete'
22-
exempt-issue-labels: 'awaiting-approval,work-in-progress'
22+
exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted'
2323
exempt-pr-labels: 'awaiting-approval,work-in-progress'
2424
remove-stale-when-updated: true

0 commit comments

Comments
 (0)