Create a merge request
gitlab_mr_createCreate a GitLab merge request by specifying project, source and target branches, title, and optional details like description, labels, and assignees using the GitLab REST API.
Instructions
Create an MR using GitLab REST API via glab api
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| sourceBranch | Yes | ||
| targetBranch | Yes | ||
| title | Yes | ||
| description | No | ||
| draft | No | ||
| labels | No | ||
| assignees | No |