Skip to content

Commit

Permalink
Update auto-comment-on-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushal997-das authored Jun 20, 2024
1 parent dcb5e20 commit 1339d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-comment-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
COMMENT=$(cat <<EOF
{
"body": "<h1>It's great having you contribute to this project</h1> 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> 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 :)"
}
EOF
)
Expand Down

0 comments on commit 1339d08

Please sign in to comment.