srz-zumix/gh-comment-kit Comment Action

Post trackable review comments to pull requests using gh-comment-kit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-tokenThe GitHub token used to post commentsno""
pr-numberThe pull request numberno${{ github.event.number }}
bodyComment body textno""
body-filePath to a file containing the comment body (- for stdin)no""
groupComment group identifier used to track related commentsno${{ github.workflow }}/${{ github.job }}
pathFile path to attach the review comment tono""
lineLine number to comment on (requires path)no""
updateUpdate (edit) the last comment in the group instead of creating a new onenofalse
deleteDelete previous comments in the same group before postingnofalse
hideHide previous comments in the same group with the specified reason (ABUSE, DUPLICATE, OFF_TOPIC, OUTDATED, RESOLVED, SPAM)no""
resolveResolve previous review comments in the same groupnofalse
truncateTruncate the comment body if it exceeds the size limit instead of splittingnofalse
dryrunPrint what would be posted without actually postingnofalse
cacheWhether or not to use aqua install cachenotrue

no outputs