Create GitLab merge request
create_merge_requestOpen a GitLab merge request from an existing source branch, with draft option.
Instructions
Open a GitLab merge request from an existing source branch. Draft merge requests are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | ||
| title | Yes | ||
| labels | No | ||
| squash | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| description | No | ||
| assignee_ids | No | ||
| milestone_id | No | ||
| reviewer_ids | No | ||
| source_branch | Yes | ||
| target_branch | Yes | ||
| target_project_id | No | ||
| allow_collaboration | No | ||
| remove_source_branch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |