Skip to content

Commit 7038603

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

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
@@ -1446,7 +1446,7 @@ func AddPullRequestReviewCommentToPendingReview(getGQLClient GetGQLClientFn, t t
14461446
// SubmitPendingPullRequestReview creates a tool to submit a pull request review.
14471447
func SubmitPendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
14481448
return mcp.NewTool("submit_pending_pull_request_review",
1449-
mcp.WithDescription(t("TOOL_SUBMIT_PENDING_PULL_REQUEST_REVIEW_DESCRIPTION", "Submit the requester's latest pending pull request review.")),
1449+
mcp.WithDescription(t("TOOL_SUBMIT_PENDING_PULL_REQUEST_REVIEW_DESCRIPTION", "Submit the requester's latest pending pull request review, normally this is a final step after creating a pending review, adding comments first, unless you know that the user already did the first two steps, you should check before calling this.")),
14501450
mcp.WithToolAnnotation(mcp.ToolAnnotation{
14511451
Title: t("TOOL_SUBMIT_PENDING_PULL_REQUEST_REVIEW_USER_TITLE", "Submit the requester's latest pending pull request review"),
14521452
ReadOnlyHint: false,

0 commit comments

Comments
 (0)