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

Class

ng-dev/pr/common/validation/assert-signed-cla.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23);
24
25class Validation extends PullRequestValidation {
26 assert(pullRequest: PullRequestFromGithub) {
27 const passing = getStatusesForPullRequest(pullRequest).statuses.some(({name, status}) => {
28 return name === 'cla/google' && status === PullRequestStatus.PASSING;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected