actions-marketplace-validations/Create or Update Comment

Create or update an issue or pull request comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 1, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/peter-evans_create-or-update-comment@f5b41f6a455733f2c5f73ca67a62631e75861578 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PAT.${{ github.token }}
repositoryThe full name of the repository in which to create or update a comment.${{ github.repository }}
issue-numberThe number of the issue or pull request in which to create a comment.
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`.
body-fileDeprecated in favour of `body-path`.
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 comment