From d7e708a73a1b3ec2d6d502fca5ca8d204b76eef0 Mon Sep 17 00:00:00 2001 From: Ajay Negi <97536703+ajaynegi45@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:13:21 +0530 Subject: [PATCH] Update Greetings --- .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 a2ee049..827f798 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ name: Greetings -on: +on: pull_request_target: issues: @@ -15,6 +15,5 @@ jobs: uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "πŸ‘‹ Thank you @${{ github.actor }} for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!" - pr-message: "πŸŽ‰ Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better." - + issue-message: "πŸ‘‹ Thank you @${{ github.actor }} for raising an issue! We’re thrilled to have your input as we work together to make this project even better. Our team will review it shortly, so stay tuned! To make sure your issue gets the attention it deserves, please consider starring the repo 🌟." + pr-message: "πŸŽ‰ Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully, and a maintainer will review it as soon as possible. We appreciate your support in making this project better. To show your appreciation and keep us growing, please remember to star the repo 🌟!" \ No newline at end of file