ado_set_pr_vote
Cast a vote on a pull request in Azure DevOps to approve, reject, or set other review statuses.
Instructions
Cast a vote on a pull request (approve, approve-with-suggestions, reset, wait-for-author, reject). Defaults to the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| vote | Yes | Vote to cast | |
| repoId | Yes | Repository name or ID | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| reviewerId | No | Reviewer identity ID (defaults to the caller) |