niki-on-github/Comment Pull Request

Comments a pull request with the provided message

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 27, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: niki-on-github/comment-pull-request@e007c4a9d16daf06989ab390ba8c2d45632acb01 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
messageMessage that should be printed in the pull request
filePathPath of the file that should be commented
GITHUB_TOKENGithub token of the repository (automatically created by Github)no${{ github.token }}
reactionsYou can set some reactions on your comments through the `reactions` input.
pr_numberManual pull request number
comment_tagA tag on your comment that will be used to identify a comment in case of replacement.
recreateDelete and recreate the comment instead of updating itfalse
create_if_not_existsWhether a comment should be created even if comment_tag is not found.true

no outputs