Skip to content

Commit f1c2301

Browse files
authored
fix typo in stale-issues (Comfy-Org#4735)
1 parent 8d31a66 commit f1c2301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v9
1414
with:
15-
stale-issue-message: 'This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically.'
15+
stale-issue-message: "This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically."
1616
days-before-stale: 30
1717
days-before-close: 7
1818
stale-issue-label: 'Stale'

0 commit comments

Comments
 (0)