colpal/Submit Comment
Submit a comment on a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| comment-id | Name of the check (to be used in the identifying comment) | yes | — |
| comment-body | Body of the comment (supply this or comment-body-path) | no | — |
| comment-body-path | Path to a file containing the body of the comment (supply this or comment-body) | no | — |
| conclusion | The conclusion status of the check (can be success, failure, cancelled) | no | — |
| hide-on-empty | If true, hide the comment when the comment contents are empty | no | true |
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| render-markdown | If true, render the comment body as markdown | no | true |
| sync-conclusion | If true, hide the comment when the conclusion is now 'success' from previous 'failure' | no | false |
| update-mode | How to handle existing comments. Options: 'replace' (overwrite), 'append' (add to end), 'create' (always make a new comment) | no | create |
| verbose-logging | Verbose logging flag for more detailed information | no | false |
Outputs
no outputs