create_pull_request
Initiate a code review by creating a pull request from a source branch to a target branch with a title and description.
Instructions
Open a new pull request from a head branch into a base branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Target branch to merge into | |
| body | No | Pull request description | |
| head | Yes | Source branch (the branch with your changes) | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| title | Yes | Pull request title |