Merge Branches
lyzr_git_merge_branchesMerge one branch into another in an agent's git repo to consolidate code. Provide source, target, and agent ID.
Instructions
Merge one branch into another in an agent's git repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent id | |
| source_branch | Yes | Branch to merge from | |
| target_branch | Yes | Branch to merge into | |
| commit_message | No | Custom merge commit message |