Skip to content

Commit f00fc46

Browse files
committed
Fix stale yml string to be a literal string (instead of folded)
1 parent 8b4d568 commit f00fc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exemptLabels:
1010
# Label to use when marking an issue as stale
1111
staleLabel: stale
1212
# Comment to post when marking an issue as stale. Set to `false` to disable
13-
markComment: >
13+
markComment: |
1414
Thank you so much for submitting an issue to help improve OpenShot Video Editor. We are sorry about this, but this particular issue has gone unnoticed for quite some time. To help keep the OpenShot GitHub Issue Tracker organized and focused, we must ensure that every issue is correctly labelled and triaged, to get the proper attention.
1515
1616
This issue will be closed, as it meets the following criteria:

0 commit comments

Comments
 (0)