From 184a5c398487d45ecf4790df6a1830fc1964ef26 Mon Sep 17 00:00:00 2001 From: Disha Modi <106090499+dishamodi0910@users.noreply.github.com> Date: Sun, 12 May 2024 12:18:25 +0530 Subject: [PATCH] Update issue_open_greet.yml CHANGED THE COMMAND --- .github/workflows/issue_open_greet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.`);