reply_to_review_comment
Respond to pull request review comments by adding replies to existing feedback, facilitating code review discussions on GitHub.
Instructions
Reply to an existing review comment on a pull request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| pull_number | Yes | Pull request number | |
| comment_id | Yes | ID of the review comment to reply to | |
| body | Yes | Reply text |