create_issue
Create a new issue in a GitHub repository by specifying the repository, title, and body. Optionally preview the operation without executing.
Instructions
Create a new issue in a GitHub repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format. | |
| title | Yes | Issue title. | |
| body | Yes | Issue body text. | |
| dry_run | No | If True, preview the operation without executing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |