Skip to content

Commit 4f61a2d

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

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
@@ -1595,7 +1595,7 @@ func SubmitPendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.
15951595

15961596
func DeletePendingPullRequestReview(getGQLClient GetGQLClientFn, t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) {
15971597
return mcp.NewTool("delete_pending_pull_request_review",
1598-
mcp.WithDescription(t("TOOL_DELETE_PENDING_PULL_REQUEST_REVIEW_DESCRIPTION", "Delete the requester's latest pending pull request review.")),
1598+
mcp.WithDescription(t("TOOL_DELETE_PENDING_PULL_REQUEST_REVIEW_DESCRIPTION", "Delete the requester's latest pending pull request review. Use this after the user decides not to submit a pending review, if you don't know if they already created one then check first.")),
15991599
mcp.WithToolAnnotation(mcp.ToolAnnotation{
16001600
Title: t("TOOL_DELETE_PENDING_PULL_REQUEST_REVIEW_USER_TITLE", "Delete the requester's latest pending pull request review"),
16011601
ReadOnlyHint: false,

0 commit comments

Comments
 (0)