Add PR comment
add_pr_commentPost a general comment on a Bitbucket pull request to share feedback or notes. It is not tied to a file or line, so it suits overall PR discussion.
Instructions
Post a general comment on a pull request (not tied to a specific file or line). For inline file/line comments, use add_pr_inline_comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body (Markdown). | |
| repo | No | Bitbucket repo slug. | |
| pr_id | No | Pull request id. | |
| workspace | No | Bitbucket workspace (slug). |