create_pull_request_review_comment
Add review comments to GitHub pull requests by specifying file paths, commit IDs, and positions. Facilitates feedback on code changes directly within pull requests for improved collaboration.
Instructions
Create a review comment for a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | The text of the review comment | |
commit_id | No | The SHA of the commit to comment on | |
in_reply_to | No | The comment ID to reply to | |
owner | Yes | Repository owner (username or organization) | |
path | No | The relative path to the file being commented on | |
position | No | The position in the diff where the comment should be placed | |
pull_number | Yes | Pull request number | |
repo | Yes | Repository name |