manage_pr_comments
Manage pull request comments by listing, creating, updating, deleting, resolving, or unresolving them to streamline code review collaboration.
Instructions
Unified tool for managing pull request comments (list, create, update, delete, resolve, unresolve)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'create', 'update', 'delete', 'resolve', 'unresolve' | |
| workspace | Yes | Workspace slug | |
| repo_slug | Yes | Repository slug | |
| pr_id | Yes | Pull request ID | |
| comment_id | No | Comment ID (for 'update', 'delete', 'resolve', 'unresolve') | |
| content | No | Markdown content (for 'create', 'update') | |
| parent_id | No | Parent comment ID to reply to (for 'create') | |
| file_path | No | File path for inline comments (for 'create') | |
| line_from | No | Line number the comment applies to for deleted lines (for 'create') | |
| line_to | No | Line number the comment applies to for new/modified lines (for 'create') | |
| page | No | Page number | |
| pagelen | No | Results per page (default 50) |