create_issue
Create a new issue in a GitHub repository by specifying owner, repo, title, and optional description and labels.
Instructions
Create a new issue in a GitHub repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The description of the issue. | |
| repo | Yes | The name of the repository. | |
| owner | Yes | The owner of the repository. | |
| title | Yes | The title of the issue. | |
| labels | No | Tags/labels to assign to the issue. |