You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
comment-pr
v1
Pre-release
This action can be used to post a dynamic comment on a github PR
Required The comment you would like to post. Default ''
. This can be used
with word-slots
by adding {}
for each word you want to add.
uses: JoseThen/comment-pr@v1
with:
comment: 'This PR is the bees knees!'