github_create_issue
Create a new GitHub issue with title, body, and labels. Requires issue write permissions and explicit confirmation when configured.
Instructions
Create a new GitHub issue.
Requires a GITHUB_TOKEN with issue write permissions and explicit confirmation when required by config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body (Markdown supported). | |
| repo | Yes | Repository name. | |
| owner | Yes | Repository owner. | |
| title | Yes | Issue title. | |
| labels | No | Comma-separated label names. | |
| confirm | No | Set to True to confirm. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||