Skip to content

Commit

Permalink
Update autocomment-issue-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushg-07 authored Jun 6, 2024
1 parent c2d2138 commit db9d273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autocomment-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
echo "Sending greeting for pull request"
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/json" \
-d "{\"body\":\"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.\"}" \
"${{ github.event.pull_request.url }}/comments"
-d "{\"body\":\"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.\", \"in_reply_to\": null}" \
"${{ github.event.pull_request.comments_url }}"

0 comments on commit db9d273

Please sign in to comment.