Skip to content

Commit 6d76147

Browse files
Update github/worklows/issue-create-automate-message.yml
Co-authored-by: Copilot <[email protected]>
1 parent ff8089a commit 6d76147

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

github/worklows/issue-create-automate-message.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
script: |
1818
const issueNumber = context.issue.number;
1919
20-
const commentBody1 = `### Thank you for raising this issue!\n We'll review it as soon as possible. We truly appreciate your contributions! ✨\n\n> Meanwhile make sure you've visited the README.md, CONTRIBUTING.md, and CODE_OF_CONDUCT.md before creating a PR for this. Also, please do NOT create a PR until this issue has been assigned to you. 😊`;
20+
const commentBody1 = `### Thank you for raising this issue!
21+
We'll review it as soon as possible. We truly appreciate your contributions! ✨
2122

23+
> Meanwhile make sure you've visited the README.md, CONTRIBUTING.md, and CODE_OF_CONDUCT.md before creating a PR for this. Also, please do NOT create a PR until this issue has been assigned to you. 😊`;
2224
const commentBody2 = `![TrustTheProcess](https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExbWtoOWpsMnozdXd0MmJxejhiNGwwdjltY3dyNW80NHg2Ym01YTdlMSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/mPKa6OI5oRsmextwBq/giphy.gif)`;
2325

2426
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)