github_create_pull_request
Open a pull request from a head branch into a base branch by providing owner, repo, title, and branch names. Enables code review and merging of changes between branches.
Instructions
Open a pull request from a head branch into a base branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base branch. | |
| head | Yes | Head branch. | |
| repo | Yes | Repository name. | |
| owner | Yes | Repository owner. | |
| title | Yes | Pull request title. |