set_review_status
Set a pull request review status to APPROVED, NEEDS_WORK, or UNAPPROVED. Use one call to update the review outcome.
Instructions
Set review status on a pull request: APPROVED, NEEDS_WORK, or UNAPPROVED. One call, mutually exclusive states.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | The review status to set (mutually exclusive) | |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) | |
| pullRequestId | Yes | The pull request ID |