Skip to content

Commit 79ad546

Browse files
authored
chore: fix stale.yml
Wrong format in except labels
1 parent 08f6599 commit 79ad546

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ jobs:
2929
3030
Thank you for contributing <3
3131
close-issue-message: 'Automatically closing this issue due to lack of activity'
32-
exempt-issue-labels:
33-
- not-stale
34-
- security
35-
- pinned
32+
exempt-issue-labels: not-stale,security,pinned

0 commit comments

Comments
 (0)