create_pull_request
Create a pull request to merge code changes from one branch to another in a GitHub repository.
Instructions
Create a new pull request in a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or organization) | |
| repo | Yes | Repository name | |
| title | Yes | Pull request title | |
| body | No | Pull request body/description | |
| head | Yes | The name of the branch where your changes are implemented | |
| base | Yes | The name of the branch you want the changes pulled into | |
| draft | No | Whether to create the pull request as a draft | |
| maintainer_can_modify | No | Whether maintainers can modify the pull request |