From cb13ed9d48a3f2947da5192c260a9e72b2c8a05c Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Wed, 5 Jun 2024 17:38:29 +0530 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 52cc52e..2a2aac8 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -18,10 +18,9 @@ jobs: uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "Congratulations🎉, @${{ github.actor }}! Thank you for creating your issue. Your contribution is greatly appreciated, and we look forward to collaborating with you to resolve it. Keep up the great work! We will review your changes promptly and provide feedback. Please remember to check our documentation and guidelines." + pr-message: "Excellent work🚀🚀, @${{ github.actor }}! Thank you for submitting your pull request. Your contribution is valuable, and we appreciate your efforts to improve our project. We will review your changes promptly and provide feedback. Keep up the excellent work! Please remember to check our documentation and guidelines." - name: Send Greeting if: steps.first_contribution.outputs.first-time-contributor == 'true' - run: | - echo "Congratulations🎉 , @${{ github.actor }}! Thank you for creating your issue. Your contribution is greatly appreciated, and we look forward to collaborating with you to resolve it. Keep up the great work! We will review your changes promptly and provide feedback. Please remember to check our documentation and guidelines." | gh issue comment ${{ github.event.issue.number }} - - echo "Excellent work🚀🚀, @${{ github.actor }}! Thank you for submitting your pull request. Your contribution is valuable, and we appreciate your efforts to improve our project. We will review your changes promptly and provide feedback. Keep up the excellent work! Please remember to check our documentation and guidelines." | gh pr comment ${{ github.event.pull_request.number }} + run: echo "Greetings sent successfully!"