github_pulls_create_reply_for_review_comment
Create a reply to a specific review comment on a GitHub pull request by providing the repository, pull number, comment ID, and reply body.
Instructions
Create a reply for a review comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| pull_number | Yes | pull_number | |
| comment_id | Yes | comment_id | |
| body | No | Request body (JSON object) |