github_create_pr
Create pull requests on GitHub to propose and merge code changes between branches, enabling collaborative development workflows.
Instructions
Create a pull request on GitHub
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Pull request title | |
| body | Yes | Pull request body | |
| base | Yes | Base branch | |
| head | Yes | Head branch | |
| path | No | Repository path (optional, defaults to current directory) |