actions-marketplace-validations/Comment to PR from file
Comment on a PR from a file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 6, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/vincenttjia_github-actions-pr-comment@63f94bda886423ecd536584b236410cda62299b0 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| messagePrefix | Add a prefix to the message | no | — |
| messageSuffix | Add a suffix to the message | no | — |
| commitSHA | The SHA of the commit | yes | ${{ github.event.pull_request.head.sha || github.sha }} |
| pr_number | PR Number | yes | ${{ github.event.number || false }} |
| path | Message content | yes | — |
Outputs
no outputs