create_merge_request
Create a merge request in a GitLab project by specifying source and target branches, title, and optional settings like draft mode or collaboration permissions.
Instructions
Create a new merge request in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | Create as draft merge request | |
| title | Yes | Merge request title | |
| project_id | Yes | Project ID or URL-encoded path | |
| description | No | Merge request description | |
| source_branch | Yes | Branch containing changes | |
| target_branch | Yes | Branch to merge into | |
| allow_collaboration | No | Allow commits from upstream members |