add_issue_comment
Comment on a GitHub issue or pull request with Markdown text by specifying the repository and issue number.
Instructions
Comment on an issue. Also works on pull requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text in Markdown. | |
| repo | Yes | Repository as "owner/repo". | |
| number | Yes | Issue number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |