Skip to content

Commit 6f21c3f

Browse files
committed
update README to clarify optional reviewers parameter in API documentation- go run ./cmd/github-mcp-server generate-docs
1 parent 9209f5c commit 6f21c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,9 +794,9 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
794794
- `owner`: Repository owner (string, required)
795795
- `pullNumber`: Pull request number to update (number, required)
796796
- `repo`: Repository name (string, required)
797+
- `reviewers`: GitHub usernames to request reviews from (string[], optional)
797798
- `state`: New state (string, optional)
798799
- `title`: New title (string, optional)
799-
- `reviewers`: GitHub usernames to request reviews from (string[], optional)
800800

801801
- **update_pull_request_branch** - Update pull request branch
802802
- `expectedHeadSha`: The expected SHA of the pull request's HEAD ref (string, optional)

0 commit comments

Comments
 (0)