github.comment.add
Add a comment to a GitHub issue or pull request, queued for admin approval before posting. Supports markdown formatting.
Instructions
Add a comment to a GitHub issue or pull request (v1.0.0). Creates a pending action that requires admin approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| issueNumber | Yes | Issue or PR number | |
| body | Yes | Comment body (markdown supported) |