github_create_issue
Create a GitHub issue in any repository with title, body, labels, and assignees.
Instructions
Create an issue in a repo.
Args: repo (required): owner/repo format. title (required): body: Issue body markdown. labels: Labels to apply. assignees: Usernames to assign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| title | No | ||
| body | No | ||
| labels | No | ||
| assignees | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |