add_inline_pr_comment
Add an inline review comment to a specific line of a file in a GitHub pull request to provide targeted code feedback.
Instructions
Adds an inline review comment to a specific line in a file within a PR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| path | Yes | ||
| pr_number | Yes | ||
| repo_name | Yes | ||
| repo_owner | Yes | ||
| comment_body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| author | Yes | ||
| html_url | Yes | ||
| created_at | Yes |