add_pr_comment
Add a comment to a pull request to engage in conversation or provide feedback. Specify the repository, pull request number, and Markdown text.
Instructions
Comment on a pull request (general conversation, not a code review).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text in Markdown. | |
| repo | Yes | Repository as "owner/repo". | |
| number | Yes | Pull request number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |