diff --git a/.github/workflows/issue_open_greet.yml b/.github/workflows/issue_open_greet.yml index 8628481..ee46227 100644 --- a/.github/workflows/issue_open_greet.yml +++ b/.github/workflows/issue_open_greet.yml @@ -16,7 +16,7 @@ jobs: script: | const { owner, repo, number } = context.issue; const commentauthor = context.payload.issue.user.login; - const commentBody = `Greetings @${commentauthor}🎀 ! , We are excited to have you dive into another issue with us!🚀\nYour involvement in our project has been invaluable, and we're confident that your skills and insights will help us conquer this challenge😇.

Use command /gdsc to self assign the issue.

This issue represents an exciting opportunity for us to improve and enhance our project, and we are thrilled to have you on board.\n We request you to follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md).\nLooking for your PR soon! \n In case of any issues, you can contact us on [Discord](https://discord.gg/mv4NTzN).❣️`; + const commentBody = `Greetings @${commentauthor}🎀 ! , We are excited to have you dive into another issue with us!🚀\nYour involvement in our project has been invaluable, and we're confident that your skills and insights will help us conquer this challenge😇.

Use command /gssoc24 to self assign the issue.

This issue represents an exciting opportunity for us to improve and enhance our project, and we are thrilled to have you on board.\n We request you to follow [CONTRIBUTING GUIDELINES](../blob/master/CONTRIBUTING.md).\nLooking for your PR soon! \n In case of any issues, you can contact us on [Discord](https://discord.gg/mv4NTzN).❣️`; await github.issues.createComment({ owner, repo, issue_number: number, body: commentBody }); console.log(`Commented on the issue: ${commentBody}.`);