create_merge_request
Create a merge request by specifying project, source and target branches, title, and optional description. Select a GitLab instance if needed.
Instructions
MR 생성
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | MR 제목 | |
| instance | No | 대상 GitLab 인스턴스명 (생략 시 default) | |
| project_id | Yes | 프로젝트 ID | |
| description | No | MR 설명 | |
| source_branch | Yes | 소스 브랜치 | |
| target_branch | Yes | 타깃 브랜치 |