create_pr
Create a pull request on GitHub by providing repository owner, name, title, and head branch, with optional base and description.
Instructions
Create a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Branch to merge into | main |
| body | No | Pull request description | |
| head | Yes | Branch containing changes | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (username or org) | |
| title | Yes | Pull request title |