Skip to content

Commit 8a4ed9a

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

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
@@ -1251,7 +1251,7 @@ func CreatePendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.
12511251
// AddPullRequestReviewCommentToPendingReview creates a tool to add a comment to a pull request review.
12521252
func AddPullRequestReviewCommentToPendingReview(getGQLClient GetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
12531253
return mcp.NewTool("add_pull_request_review_comment_to_pending_review",
1254-
mcp.WithDescription(t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_DESCRIPTION", "Add a comment to the requester's latest pending pull request review.")),
1254+
mcp.WithDescription(t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_DESCRIPTION", "Add a comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure).")),
12551255
mcp.WithToolAnnotation(mcp.ToolAnnotation{
12561256
Title: t("TOOL_ADD_PULL_REQUEST_REVIEW_COMMENT_TO_PENDING_REVIEW_USER_TITLE", "Add comment to the requester's latest pending pull request review"),
12571257
ReadOnlyHint: false,

0 commit comments

Comments
 (0)