Skip to content

Commit 395c054

Browse files
Felix ExnerRobertWilbrandt
authored andcommitted
Fix quote chars in stale.yml
1 parent 672fc16 commit 395c054

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- uses: actions/stale@v7
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
stale-issue-message: 'This issue has not been updated for a long time. If no further updates are added, this will be closed automatically. Comment on the issue to prevent automatic closing.'
25-
stale-pr-message: 'This PR hasn't made any progress for quite some time and will be closed soon. Please comment if it is still relevant.'
26-
stale-issue-label: 'close if no update'
27-
exempt-issue-labels: 'bug,documentation,PR Pending,enhancement,ToDo, help wanted, waiting_for_sync'
24+
stale-issue-message: "This issue has not been updated for a long time. If no further updates are added, this will be closed automatically. Comment on the issue to prevent automatic closing."
25+
stale-pr-message: "This PR hasn't made any progress for quite some time and will be closed soon. Please comment if it is still relevant."
26+
stale-issue-label: "close if no update"
27+
exempt-issue-labels: "bug,documentation,PR Pending,enhancement,ToDo, help wanted, waiting_for_sync"
2828
days-before-stale: 90
2929
days-before-close: -1
3030
days-before-issue-close: 30
31-
close-issue-message: 'This issue has been closed due to inactivity. Feel free to comment or reopen if this is still relevant.'
31+
close-issue-message: "This issue has been closed due to inactivity. Feel free to comment or reopen if this is still relevant."
3232
#debug-only: true
3333
remove-stale-when-updated: true

0 commit comments

Comments
 (0)