github_create_pr
Create pull requests from source branches to target branches on GitHub. Submit PR titles, descriptions, and specify head and base branches for code review and merging.
Instructions
Create a pull request from head branch to base (default: main).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | PR title | |
| head | Yes | Source branch | |
| base | No | Target branch (default: main) | |
| body | No | PR description |