create_github_issue
Creates a new GitHub issue with title, body, and optional labels in a specified repository.
Instructions
Create a new issue in a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Issue body in Markdown | |
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner | |
| title | Yes | Issue title | |
| labels | No | GitHub labels to apply |