merge_merge_request
Merge a GitLab merge request by providing the project owner, repository, and merge request IID. Include an optional commit message to append to the automatic commit.
Instructions
Merge 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 | |
| commitMessage | No | Optional detail to append to the automatic commit message | |
| mergeRequestIid | Yes | The IID of the merge request to merge |