From 8ac954a27f57411478fa57222d523251e3c1f392 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 19 May 2026 18:46:54 +0000 Subject: [PATCH] fix(handleIncompleteSetup): also skip nudge when repos are disabled, not just active --- mcp/reviewComments.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcp/reviewComments.ts b/mcp/reviewComments.ts index 7f01067..bc1c02f 100644 --- a/mcp/reviewComments.ts +++ b/mcp/reviewComments.ts @@ -693,6 +693,8 @@ export function ListPullRequestReviewsTool(ctx: ToolContext) { state: review.state, user: review.user?.login, submitted_at: review.submitted_at, + commit_id: review.commit_id, + html_url: review.html_url, })), count: reviews.length, };