get_merge_request_status
Retrieve the combined status of all pipelines for a merge request to determine whether it is ready to merge. Provide owner, repo, and merge request IID for the result.
Instructions
Get the combined status of all status checks (pipelines) for 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 |