merge_branches
Merge a source branch into a target branch for a project schema, with optional merge commit message and source branch deletion.
Instructions
Слить исходную ветку в целевую.
Args:
project_uuid: UUID проекта.
schema_uuid: UUID схемы.
source_branch: Ветка-источник.
target_branch: Целевая ветка.
message: Сообщение merge-коммита.
delete_source_branch: Удалить исходную ветку после слияния.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | merge commit | |
| schema_uuid | Yes | ||
| project_uuid | Yes | ||
| source_branch | Yes | ||
| target_branch | Yes | ||
| delete_source_branch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |