Skip to content

Commit

Permalink
Update Greetings
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Oct 27, 2024
1 parent f987c54 commit d7e708a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Greetings

on:
on:
pull_request_target:
issues:

Expand All @@ -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 🌟!"

0 comments on commit d7e708a

Please sign in to comment.