MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/pr/common/validation/assert-minimum-reviews.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16);
17
18class Validation extends PullRequestValidation {
19 assert(pullRequest: PullRequestFromGithub) {
20 const totalCount = pullRequest.reviews.nodes.filter(
21 ({authorAssociation}) => authorAssociation === 'MEMBER',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected