zerodb_github_create_issue
Create a GitHub issue in any repository using your stored OAuth connection, with title, markdown body, and optional labels.
Instructions
Create a GitHub issue using your stored GitHub OAuth connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body / description (markdown supported) | |
| repo | Yes | Repository in "owner/repo" format (e.g. "acme/backend") | |
| title | Yes | Issue title | |
| labels | No | Optional list of label names |