create_pull_request_review
Submit a review on a GitHub pull request by specifying the repository owner, repository name, pull request number, review text, and action (approve, request changes, or comment). Includes optional file-specific comments.
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 |