Skip to content

Commit 0c77394

Browse files
authored
Fix YAML syntax for close-issue-reason
1 parent e69899b commit 0c77394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
> This PR will be closed in 15 days if no further activity occurs.
3636
exempt-issue-labels: 'keep open'
3737
exempt-pr-labels: 'keep open'
38-
close-issue-reason: "not_planned"
38+
close-issue-reason: 'not_planned'
3939
days-before-stale: 28
4040
days-before-close: 15
4141
stale-issue-label: 'not-planned'

0 commit comments

Comments
 (0)