step-security/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
Stale
License
None
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