fix(handleIncompleteSetup): also skip nudge when repos are disabled, not just active
This commit is contained in:
committed by
pullfrog[bot]
parent
88f170e19a
commit
8ac954a27f
@@ -693,6 +693,8 @@ export function ListPullRequestReviewsTool(ctx: ToolContext) {
|
|||||||
state: review.state,
|
state: review.state,
|
||||||
user: review.user?.login,
|
user: review.user?.login,
|
||||||
submitted_at: review.submitted_at,
|
submitted_at: review.submitted_at,
|
||||||
|
commit_id: review.commit_id,
|
||||||
|
html_url: review.html_url,
|
||||||
})),
|
})),
|
||||||
count: reviews.length,
|
count: reviews.length,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user