Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushal997-das committed Sep 28, 2024
1 parent 7ed5876 commit b3fe643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-comment-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
run: |
COMMENT=$(cat <<EOF
{
"body": "@${{ github.actor }} <h3> It's great having you contribute to this project</h3> Thanks for opening this <strong> Issue 🙌 </strong>, Welcome to <strong> Project Guidance 💖</strong> We will review everything and get back to you.<br> Make sure to give a star to this repo before making a fork! Thank you :)"
"body": "@${{ github.actor }} <h3>Welcome to the Project!</h3> Thanks for opening this <strong>Issue 🙌</strong>! We’re thrilled to have you join us for <strong>Hacktoberfest 💖</strong>.
We’ll review your submission and get back to you shortly. In the meantime, don’t forget to give this repo a star before making a fork! Thank you for your contribution! :)"
}
EOF
)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/auto-comment-pr-raise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
run: |
COMMENT=$(cat <<EOF
{
"body": "@${{ github.actor }} <h3>It's great having you contribute to this project</h3> Thank you for opening a <strong>Pull Request 🙌 </strong>, Welcome to <strong>Project Guidance 💖 </strong> We will review everything and get back to you :) "
"body": "@${{ github.actor }} <h3>Welcome to the Project!</h3> Thank you for opening a <strong>Pull Request 🙌</strong>! We’re thrilled to have you join us for <strong>Hacktoberfest 💖</strong>.
We’ll review your submission and get back to you shortly. Thanks for contributing!"
}
EOF
)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
@${{ github.event.pull_request.user.login }} Hurray, your PR got merged into our Project-Guidance 🥳. Thanks a bunch. Feel free to take another Issue. 💖
@${{ github.event.pull_request.user.login }} <h3>Hurray! Your PR has been merged! 🥳</h3> Thank you so much for your contribution during <strong>Hacktoberfest 💖</strong>!
Feel free to take on another issue 💖. We appreciate your support!

0 comments on commit b3fe643

Please sign in to comment.