add_comment
Add a comment to an existing issue by specifying the repository, owner, issue number, and body text in Markdown.
Instructions
Add a comment to an existing issue. Returns the created Comment object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| issue_number | Yes | Issue number | |
| body | Yes | Comment body (Markdown) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||