Create Merge Request
gitlab_create_merge_requestCreate a merge request in GitLab by specifying source and target branches, title, and optional details like description, assignees, reviewers, labels, and settings.
Instructions
Create a merge request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | No | ||
| title | Yes | ||
| labels | No | ||
| squash | No | ||
| project_id | No | ||
| description | No | ||
| assignee_ids | No | ||
| reviewer_ids | No | ||
| source_branch | Yes | ||
| target_branch | Yes | ||
| target_project_id | No | ||
| allow_collaboration | No | ||
| remove_source_branch | No |