Skip to content

Commit 0ff8608

Browse files
Update pkg/github/pullrequests.go
Co-authored-by: Sam Morrow <[email protected]>
1 parent f345fcb commit 0ff8608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/pullrequests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ func CreateAndSubmitPullRequestReview(getGQLClient GetGQLClientFn, t translation
11521152
// CreatePendingPullRequestReview creates a tool to create a pending review on a pull request.
11531153
func CreatePendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
11541154
return mcp.NewTool("create_pending_pull_request_review",
1155-
mcp.WithDescription(t("TOOL_CREATE_PENDING_PULL_REQUEST_REVIEW_DESCRIPTION", "Create a pending review for a pull request.")),
1155+
mcp.WithDescription(t("TOOL_CREATE_PENDING_PULL_REQUEST_REVIEW_DESCRIPTION", "Create a pending review for a pull request. Call this first before attempting to add comments to a pending review, and ultimately submitting it. A pending pull request review means a pull request review, it is pending because you create it first and submit it later, and the PR author will not see it until it is submitted.")),
11561156
mcp.WithToolAnnotation(mcp.ToolAnnotation{
11571157
Title: t("TOOL_CREATE_PENDING_PULL_REQUEST_REVIEW_USER_TITLE", "Create pending pull request review"),
11581158
ReadOnlyHint: false,

0 commit comments

Comments
 (0)