create_pull_request_review
Submit a review for a GitHub pull request, including approval, change requests, or comments, by specifying the repository, PR number, and review details.
Instructions
Create a review on a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | The body text of the review | |
comments | No | Comments to post as part of the review | |
commit_id | No | The SHA of the commit that needs a review | |
event | Yes | The review action to perform | |
owner | Yes | Repository owner (username or organization) | |
pull_number | Yes | Pull request number | |
repo | Yes | Repository name |