create_pull_request
Propose code changes by creating pull requests in any GitHub repository. Define source and target branches, add a title and description, and mark as draft if needed.
Instructions
Create a pull request in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | The name of the branch you want the changes pulled into. | |
| body | No | The contents of the pull request. | |
| head | Yes | The name of the branch where your changes are implemented. | |
| repo | Yes | ||
| draft | No | Indicates whether the pull request is a draft. | |
| owner | Yes | ||
| title | Yes |