actions-marketplace-validations/Commit Comment

Create a comment for a commit on GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub authentication token${{ github.token }}
repositoryThe full name of the target repository.${{ github.repository }}
shaThe commit SHA.
pathRelative path of the file to comment on.
positionLine index in the diff to comment on.
comment-idThe id of the comment to update.
bodyThe comment body. Cannot be used in conjunction with `body-path`.
body-pathThe path to a file containing the comment body. Cannot be used in conjunction with `body`.
edit-modeThe mode when updating a comment, "replace" or "append".append
append-separatorThe separator to use when appending to an existing comment. (`newline`, `space`, `none`)newline
reactionsA comma or newline separated list of reactions to add to the comment.
reactions-edit-modeThe mode when updating comment reactions, "replace" or "append".append
namedescription
comment-idThe id of the created commit comment