Skip to content

Commit 188a710

Browse files
Merge branch 'main' into main
2 parents 31511c3 + 87a4770 commit 188a710

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -585,18 +585,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
585585
- `repo`: Repository name (string, required)
586586
- `pullNumber`: Pull request number (number, required)
587587

588-
- **create_pull_request_review** - Create a review on a pull request review
589-
590-
- `owner`: Repository owner (string, required)
591-
- `repo`: Repository name (string, required)
592-
- `pullNumber`: Pull request number (number, required)
593-
- `body`: Review comment text (string, optional)
594-
- `event`: Review action ('APPROVE', 'REQUEST_CHANGES', 'COMMENT') (string, required)
595-
- `commitId`: SHA of commit to review (string, optional)
596-
- `comments`: Line-specific comments array of objects to place comments on pull request changes (array, optional)
597-
- For inline comments: provide `path`, `position` (or `line`), and `body`
598-
- For multi-line comments: provide `path`, `start_line`, `line`, optional `side`/`start_side`, and `body`
599-
600588
- **create_pending_pull_request_review** - Create a pending review for a pull request that can be submitted later
601589

602590
- `owner`: Repository owner (string, required)
@@ -655,21 +643,6 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
655643
- `draft`: Create as draft PR (boolean, optional)
656644
- `maintainer_can_modify`: Allow maintainer edits (boolean, optional)
657645

658-
- **add_pull_request_review_comment** - Add a review comment to a pull request or reply to an existing comment
659-
660-
- `owner`: Repository owner (string, required)
661-
- `repo`: Repository name (string, required)
662-
- `pull_number`: Pull request number (number, required)
663-
- `body`: The text of the review comment (string, required)
664-
- `commit_id`: The SHA of the commit to comment on (string, required unless using in_reply_to)
665-
- `path`: The relative path to the file that necessitates a comment (string, required unless using in_reply_to)
666-
- `line`: The line of the blob in the pull request diff that the comment applies to (number, optional)
667-
- `side`: The side of the diff to comment on (LEFT or RIGHT) (string, optional)
668-
- `start_line`: For multi-line comments, the first line of the range (number, optional)
669-
- `start_side`: For multi-line comments, the starting side of the diff (LEFT or RIGHT) (string, optional)
670-
- `subject_type`: The level at which the comment is targeted (line or file) (string, optional)
671-
- `in_reply_to`: The ID of the review comment to reply to (number, optional). When specified, only body is required and other parameters are ignored.
672-
673646
- **update_pull_request** - Update an existing pull request in a GitHub repository
674647

675648
- `owner`: Repository owner (string, required)

0 commit comments

Comments
 (0)