srz-zumix/gh-comment-kit Comment Action
Post trackable review comments to pull requests using gh-comment-kit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GitHub token used to post comments | no | "" |
| pr-number | The pull request number | no | ${{ github.event.number }} |
| body | Comment body text | no | "" |
| body-file | Path to a file containing the comment body (- for stdin) | no | "" |
| group | Comment group identifier used to track related comments | no | ${{ github.workflow }}/${{ github.job }} |
| path | File path to attach the review comment to | no | "" |
| line | Line number to comment on (requires path) | no | "" |
| update | Update (edit) the last comment in the group instead of creating a new one | no | false |
| delete | Delete previous comments in the same group before posting | no | false |
| hide | Hide previous comments in the same group with the specified reason (ABUSE, DUPLICATE, OFF_TOPIC, OUTDATED, RESOLVED, SPAM) | no | "" |
| resolve | Resolve previous review comments in the same group | no | false |
| truncate | Truncate the comment body if it exceeds the size limit instead of splitting | no | false |
| dryrun | Print what would be posted without actually posting | no | false |
| cache | Whether or not to use aqua install cache | no | true |
Outputs
no outputs