updatePullRequestComment
Update an existing pull request comment by specifying the repository, pull request number, comment ID, and new content.
Instructions
Edit a discussion comment on a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| content | Yes | New comment content | |
| comment_id | Yes | Comment id | |
| pull_number | Yes | Pull request number |