github.issues.create
Create GitHub issues through a secure approval workflow. Queues the action for admin authorization before execution, ensuring controlled automation.
Instructions
Create a GitHub issue (v1.0.0). Creates a pending action that requires admin approval before executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user or organization) | |
| repo | Yes | Repository name | |
| title | Yes | Issue title | |
| body | No | Issue body (markdown supported) | |
| labels | No | Labels to apply | |
| assignees | No | Users to assign |