create_pull_request
Create a pull request to merge code changes from one branch into another on GitHub. Specify repository details, branches, title, and description to initiate code review and integration.
Instructions
Create a new pull request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| title | Yes | PR title | |
| head | Yes | The branch that contains the changes (format: branch or user:branch for cross-repo) | |
| base | Yes | The branch to merge into | |
| body | No | PR description (markdown supported) | |
| draft | No | Create as draft PR |