github_create_pull_request
Create pull requests in GitHub repositories from a head branch to a base branch. Specify repository, title, head branch, and optional base and body.
Instructions
Create a pull request from a head branch into a base branch.
Args: repo (required): owner/repo format. title (required): head (required): Head branch name. base: Base branch (default main). body: PR body markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| title | No | ||
| head | No | ||
| base | No | main | |
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |