reply_to_review_comment
Reply directly to an existing pull request review comment thread by specifying repository, PR number, comment ID, and message, keeping discussions contextual instead of opening a new thread.
Instructions
Replies on an existing review thread rather than starting a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| pr_number | Yes | ||
| repo_name | Yes | ||
| comment_id | Yes | The review comment being replied to, which sets the thread | |
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| line | No | ||
| path | No | ||
| author | Yes | ||
| html_url | Yes | ||
| created_at | Yes | ||
| in_reply_to_id | No |