Skip to content

Commit 9cbfebb

Browse files
committed
ci: avoid labeling issues that need review as stale
1 parent 15af61c commit 9cbfebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
inactive-day: 15
1717
inactive-label: 'stale'
18-
exclude-labels: 'bug, documentation, enhancement, feature, help wanted, need reproduction, stale'
18+
exclude-labels: 'bug, documentation, enhancement, feature, help wanted, need reproduction, need review, stale'
1919
body: |
2020
This issue is marked as `stale` because it has not had recent activity. Issues marked with `stale` will be closed if they have no activity within 7 days.
2121

0 commit comments

Comments
 (0)