Based on https://github.com/github-actions-up-and-running/pr-comment
This action comments a message on PR.
Required The GitHub Token for comment on PR.
The message to comment on PR.
Read comment message from file
The PR comment URL.
uses: fxtr/ga-pr-comment@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: Nice PR!👍
uses: fxtr/ga-pr-comment@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
file: ./comment.txt