add_review_comment
Add comments to pull requests for code review feedback, supporting line-specific annotations on GitHub or GitLab repositories.
Instructions
Add a review comment to a pull request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | Repository in format "owner/repo" | |
| pullRequestNumber | Yes | Pull request number | |
| body | Yes | Comment body | |
| filePath | No | File path for line comment (optional) | |
| line | No | Line number for line comment (optional) | |
| provider | No | Git provider (github or gitlab) | gitlab |