create_issue
Creates a new issue in a GitHub repository with title, body, labels, and assignees to track and manage tasks.
Instructions
Create a new issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| repo | Yes | ||
| owner | Yes | ||
| title | Yes | ||
| labels | No | ||
| assignees | No |