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