update_pr_comment
Update an existing pull request comment with new Markdown content by specifying the repository, pull request ID, and comment ID.
Instructions
Update a comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_id | Yes | Pull request ID | |
| content | Yes | New comment content (Markdown) | |
| repo_slug | Yes | Repository slug | |
| comment_id | Yes | Comment ID |