actions-marketplace-validations/Issue Comment (Handlebars)

Comment on a GitHub issue using a Handlebars template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actionAction, one of "update", "create", "delete", or "create-clean". The "create-clean" action will first delete the existing comment, then create a new commentyes
templateThe path to the handlebars template file, if not using the body options (optional). For example: ./.github/pr-comment-template.hbsno""
bodyThe comment body, if not using the template option (optional). For example: "a message"no""
template-inputsA JSON object of key value pairs (required only if using the template option). For example: {"key":"value"}no""
idThe unique id to track the comment. For example: deployyes
issue-numberThe GitHub issue number. For example: 1yes
tokenGITHUB_TOKEN (issues: write, pull-requests: write) or a repo scoped PATyes

no outputs