add_pull_request_comment
Add a comment to a Bitbucket pull request by providing repository slug, pull request ID, and Markdown content.
Instructions
Add a comment to a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment body (Markdown) | |
| repository | Yes | Repository slug (e.g. "my-repo") | |
| pull_request_id | Yes | Pull request ID |