gh_issue_comment
Add a comment to a GitHub issue or pull request by providing repo, number, and Markdown body via a temp file to prevent shell escaping issues.
Instructions
Add a comment to an issue (or PR). Body is passed via a temp file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | comment body Markdown. | |
| repo | Yes | ``owner/repo``. | |
| number | Yes | issue or PR number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||