Skip to content

Commit bae73ff

Browse files
committed
fix string in yaml
1 parent f800c75 commit bae73ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-reply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
issue_number: context.issue.number,
2020
owner: context.repo.owner,
2121
repo: context.repo.repo,
22-
body: 'Thank you for opening this Pull Request! This repository is for demo purposes only. It's not maintained and there is no CI or merge rules. If you have permissions, you're free to merge the PR without review. If you'd like a review, please explicitly request it.'
22+
body: "Thank you for opening this Pull Request! This repository is for demo purposes only. It's not maintained and there is no CI or merge rules. If you have permissions, you're free to merge the PR without review. If you'd like a review, please explicitly request it."
2323
})

0 commit comments

Comments
 (0)