add_comment
Add a comment to an existing GitHub issue to reply to the thread. The comment is attributed to the authenticated user.
Instructions
Add a comment to an existing GitHub issue. Use when the user wants to reply to an issue thread. The comment is attributed to the authenticated user in the GitHub audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body in GitHub-flavored markdown | |
| repo | Yes | Repository in 'owner/name' format | |
| issue_number | Yes | Issue number to comment on |