comment_issue
Add a comment to a GitHub issue in an allowed repository by providing the account, repository, issue number, and comment body, which is sent via stdin to keep it out of the audit log.
Instructions
Add a comment to an issue in an allowed repository. The comment body is sent through stdin and is not written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| issueNumber | Yes |