create_issue
File a new issue in a GitHub repository by specifying title, body, and labels, with user approval required before submission.
Instructions
Open a new issue in a repository. ALWAYS show the user the title and body and get their approval before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue description (markdown) | |
| repo | Yes | Repository name (without owner) | |
| owner | No | Repo owner; defaults to GITHUB_DEFAULT_OWNER | |
| title | Yes | Issue title | |
| labels | No | Labels to apply |