fix(handleIncompleteSetup): also skip nudge when repos are disabled, not just active

This commit is contained in:
Colin McDonnell
2026-05-19 18:46:54 +00:00
committed by pullfrog[bot]
parent 88f170e19a
commit 8ac954a27f
+2
View File
@@ -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,
};