create_pull_request_review
Submit a review on a GitHub pull request, choosing to approve, request changes, or comment. Optionally set the review as pending by omitting the event.
Instructions
Create a review on a GitHub pull request. Docs: https://docs.github.com/en/rest/pulls/reviews#create-a-review-for-a-pull-request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Review body text, required when event is REQUEST_CHANGES or COMMENT | |
| repo | Yes | Repository name | |
| event | No | Review action; omit to leave the review PENDING | |
| owner | Yes | Repository owner (user or organization login) | |
| commit_id | No | SHA of the commit to review (defaults to the most recent commit) | |
| pull_number | Yes | Pull request number |