haops_create_merge_request
Create a merge request in a HAOps Git repository, auto-detecting conflicts and snapshotting commit SHAs. Returns the MR with status, conflict info, and diff stats.
Instructions
Create a merge request in a HAOps Git repository. Auto-detects conflicts and snapshots commit SHAs. Returns the created MR with status, conflict info, and diff stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | MR title (max 255 chars) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| description | No | MR description (optional) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| sourceBranch | Yes | Source branch to merge from | |
| targetBranch | Yes | Target branch to merge into | |
| repositoryName | No | Repository name for multi-repo projects (default: first/main repo) |