comment_on_issue
Post a comment on a GitHub issue or pull request. Requires user approval of the comment text before submitting.
Instructions
Post a comment on an issue or pull request (they share numbering). ALWAYS show the user the comment text and get their approval before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text (markdown) | |
| repo | Yes | Repository name (without owner) | |
| owner | No | Repo owner; defaults to GITHUB_DEFAULT_OWNER | |
| number | Yes | Issue or PR number |