add_inline_pr_comment
Add an inline review comment to a specific line in a file within a pull request, enabling targeted feedback directly on the relevant code.
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 |