grantbirki/comment-actions

GitHub Action to create, update, or add a reaction to any issue or pull request - with template support!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PATyes${{ github.token }}
repositoryThe full name of the repository in which to create or update a commentyes${{ github.repository }}
issue-numberThe number of the issue or pull request in which to create a commentyes${{ github.event.number }}
comment-idThe id of the comment to updateno
bodyThe comment bodyno
fileThe path to a Markdown/template file to use as the comment bodyno
varsTemplate variables in a narrow YAML-compatible mapping format for rendering with a provided fileno
edit-modeThe mode when updating a comment, "replace" or "append"noappend
append-separatorThe separator to use when appending to an existing comment, "newline", "space", or "none"nonewline
reaction-typeDeprecated in favour of `reactions`no
reactionsA comma or newline separated list of reactions to add to the commentno
reactions-edit-modeThe mode when updating comment reactions, "replace" or "append"noappend
namedescription
comment-idThe ID of the created comment