haops_merge_merge_request
Merge an approved merge request after verifying branch protection rules and resolving conflicts, supporting fast-forward and three-way merge.
Instructions
Merge an approved merge request. Checks branch protection rules (required approvals, allowed roles) and conflicts before merging. Supports fast-forward and three-way merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| mergeRequestId | Yes | MR UUID | |
| deleteSourceBranch | No | Delete source branch after merge (default: false) | |
| mergeCommitMessage | No | Custom merge commit message (optional) |