create_issue
Create an issue in an allowed repository by sending the title and body directly through stdin, avoiding audit log exposure while ensuring authenticated, safe access to GitHub.
Instructions
Create an issue in an allowed repository. The title and body are sent to gh through stdin and are not written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format |