gh_create_branch
Create a new branch from a GitHub issue by specifying owner, repository, issue number, and branch name. Optionally define a base branch for the new branch.
Instructions
Create a new branch for an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | ||
| name | Yes | ||
| repo | Yes | ||
| owner | Yes | ||
| issue_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| message | Yes |