github_create_pr_comment
Add a comment to a GitHub pull request by providing owner/repo, PR number, and body text to share feedback or updates.
Instructions
在 Pull Request 中發表評論
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | 評論內容 | |
| pullNumber | Yes | Pull Request 編號 | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |