Skip to content

Commit 40d37e4

Browse files
committed
Add wishlisted label to exempt labels for stale bot
This will prevent the stale bot bothering the feature requests.
1 parent d5d0bcd commit 40d37e4

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)