Skip to content

Commit b1c8110

Browse files
authored
ci: Remove stale checks for feature requests (#87)
1 parent 802c829 commit b1c8110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale_issue_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
stale-issue-label: stale
2323
stale-pr-label: stale
2424
# Not stale if have this labels
25-
exempt-issue-labels: 'bug,enhancement'
25+
exempt-issue-labels: 'bug,enhancement,"feature request"'
2626
exempt-pr-labels: 'bug,enhancement'
2727
operations-per-run: 100
2828
stale-issue-message: |

0 commit comments

Comments
 (0)