create_pull_request_review
Submit code review feedback on GitHub pull requests by approving changes, requesting modifications, or adding comments to specific lines.
Instructions
Create a review for a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or organization) | |
| repo | Yes | Repository name | |
| pull_number | Yes | Pull request number | |
| commit_id | No | The SHA of the commit that needs a review | |
| body | Yes | The body text of the review | |
| event | Yes | The review action to perform | |
| comments | No | Comments to post as part of the review |