create_issue
Create a GitHub issue with title, body, and valid labels. Use list_labels to find existing label names before creating.
Instructions
Create a GitHub issue. Use list_labels first to pick valid label names — non-existent labels are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body (markdown supported) | |
| title | Yes | Issue title | |
| labels | No | Label names from list_labels (e.g. ["bug", "enhancement"]) |