Skip to content

Commit 9728a78

Browse files
committed
Corrected github action syntax typo
1 parent 011bd55 commit 9728a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mark-stale-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
days-before-stale: 30
2626
days-before-close: 30
2727
stale-issue-label: 'Stale'
28-
exempt-issue-labels: 'stat:import', 'stat:imported'
28+
exempt-issue-labels: 'stat:import,stat:imported'
2929
stale-issue-message: >
3030
This issue has been automatically marked as stale because it has been awaiting
3131
response for over 30 days without any activity.

0 commit comments

Comments
 (0)