update_pr_comment
Rewrite an existing GitHub pull request comment by providing its comment ID and new body, supporting both conversation and inline comment types.
Instructions
Rewrites a comment already posted. Conversation and review comments have separate id spaces, so the kind has to match where the id came from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| kind | No | conversation | |
| repo_name | Yes | ||
| comment_id | Yes | The comment's own id, as returned by list_pr_comments, not the PR number | |
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| author | Yes | ||
| html_url | Yes | ||
| created_at | Yes |