Create PR
lyzr_git_create_prCreate a pull request between two branches of an agent's repo. Specify source and target branches, title, description, and reviewers to merge code changes.
Instructions
Create a pull request between two branches of an agent's repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Pull request title | |
| agent_id | Yes | Agent id | |
| reviewers | No | List of reviewer usernames | |
| description | No | Pull request description | |
| source_branch | Yes | Source branch | |
| target_branch | Yes | Target branch |