From 27ed84ed73f734d6636b23e6b92ab5e9721d6e93 Mon Sep 17 00:00:00 2001 From: Durgesh kumar prajapati <98798977+Durgesh4993@users.noreply.github.com> Date: Sun, 26 May 2024 09:44:38 +0530 Subject: [PATCH] Update AutoGreeting.yml --- .github/workflows/AutoGreeting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoGreeting.yml b/.github/workflows/AutoGreeting.yml index 0de889f..59c43f7 100644 --- a/.github/workflows/AutoGreeting.yml +++ b/.github/workflows/AutoGreeting.yml @@ -16,7 +16,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | - const issueComment = `Hey @${context.payload.issue.user.login}! πŸ‘‹ \n\n πŸ‘‰ Thanks for opening this issue. We appreciate your contribution and will look into it as soon as possible. \n πŸ‘‰ Don’t forget to star our [Community Page](https://github.com/GameSphere-MultiPlayer/Community-Page) and Follow Us on GitHub \n πŸ‘‰ Make sure you join our [Discord](https://discord.gg/rZb46cCMmK), we have created separate channels for all projects`; + const issueComment = `Hey @${context.payload.issue.user.login}! πŸ‘‹ \n\n πŸ‘‰ Thanks for opening this issue. We appreciate your contribution and will look into it as soon as possible. \n πŸ‘‰ Don’t forget to star our [Dot-Box](https://github.com/GameSphere-MultiPlayer/Dot-Box) and Follow Us on GitHub \n πŸ‘‰ Make sure you join our [Discord](https://discord.gg/rZb46cCMmK), we have created separate channels for all projects`; await github.issues.createComment({ owner: context.repo.owner, repo: context.repo.repo,