create_pull_request_review_comment
Create an inline line- or file-level review comment on a pull request, verifying it targets the expected head SHA before posting.
Instructions
Create an inline line- or file-level review comment on the exact expected pull request head SHA. The body is sent through stdin and is not audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| line | No | ||
| path | Yes | ||
| side | No | ||
| account | Yes | ||
| hostname | No | ||
| startLine | No | ||
| startSide | No | ||
| repository | Yes | Repository in owner/name format | |
| subjectType | No | line | |
| expectedHeadSha | Yes | ||
| pullRequestNumber | Yes |