edit_issue_comment
Update an existing comment on a repository issue by specifying owner, repo, comment ID, and new body text.
Instructions
Edit a comment on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| id | Yes | Numeric ID | |
| body | Yes | New comment body |