get_merge_request_reviews
Retrieve reviews and approvals for a merge request by providing the project owner, repository, and merge request IID. Use the returned details to assess reviewer feedback and approval status before merging.
Instructions
Get the reviews/approvals on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| mergeRequestIid | Yes | The IID of the merge request |