diff --git a/.github/workflows/AutoGreeting.yml b/.github/workflows/AutoGreeting.yml index 0de889f..a8a132e 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 [PACKABUNCHAS](https://github.com/GameSphere-MultiPlayer/PACKABUNCHAS) 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,