reply_pull_request_review_comment
Reply to a top-level inline review comment on a specified pull request by providing the account, repository, pull request number, review comment ID, and reply body.
Instructions
Reply to a top-level inline review comment after verifying that it belongs to the requested pull request. The body is sent through stdin and is not audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| reviewCommentId | Yes | ||
| pullRequestNumber | Yes |