Skip to content

Commit

Permalink
Merge pull request #10 from solenova-tech/update-comment
Browse files Browse the repository at this point in the history
ENHANCE: update comment message
  • Loading branch information
UmairJibran authored May 24, 2023
2 parents 1fc3358 + c4186ad commit f2b4337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
echo "EXTRACTING PR NUMBER"
PR_NUMBER=$(echo "${{ github.event.pull_request.url }}" | awk -F'/' '{print $NF}')
echo "CREATING COMMENT BODY AND API URL"
COMMENT="PR #$PR_NUMBER merged successfully in [${{ env.TARGET_BRANCH }}](https://github.com/${{ github.repository }}/tree/${{ env.TARGET_BRANCH }})"
COMMENT="PR #$PR_NUMBER has been merged successfully in [${{ env.TARGET_BRANCH }}](https://github.com/${{ github.repository }}/tree/${{ env.TARGET_BRANCH }}) by [Gamma](https://gamma.solenova.tech). Thanks to @${{ github.actor }} who contributed the last commit.\n\nLet's celebrate this milestone and get ready for the next one!"
API_URL="https://api.github.com/repos/${{ github.repository }}/issues/${PR_NUMBER}/comments"
echo "POSTING COMMENT ON PR"
Expand Down

0 comments on commit f2b4337

Please sign in to comment.