actions-marketplace-validations/Comment on GitHub
Leaves a comment on matching PR or commit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 19, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/daohoangson_comment-on-github@101a9de7d81e16f2493e8b560c9abb70618bbe17 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| body | Comment body | yes | — |
| fingerprint | The text that will be appended to `body` and used to auto-merge comments | no | — |
| replace | Whether the comment should be replaced instead of being appended on fingerprint match | no | — |
Outputs
| name | description |
|---|---|
| action | Whether the comment has been `created` or `updated` |
| target | Whether the comment has been made in a `commit_comment`, `pull_comment` or `release` |
| url | The comment URL |