batch_add_comments
Add multiple inline comments and an optional general comment to pull requests or merge requests on GitHub and GitLab.
Instructions
Batch add multiple inline comments and optionally a general comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Code hosting provider | |
| repo | Yes | Repository path | |
| pr_id | Yes | PR/MR number | |
| inline_comments | Yes | List of inline comments to add | |
| pr_comment | No | Optional general PR/MR comment | |
| host | No | GitLab host for self-hosted instances |