create_merge_request
Create a new merge request in a GitLab repository by specifying source and target branches, title, and optional description or draft status.
Instructions
Create a new merge request in a GitLab repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | The name of the target branch you want the changes pulled into | |
| body | No | Merge request body/description | |
| head | Yes | The name of the source branch where your changes are implemented | |
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| draft | No | Whether to create the merge request as a draft | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| title | Yes | Merge request title |