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

Class

ng-dev/pr/common/validation/assert-enforced-statuses.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18);
19
20class Validation extends PullRequestValidation {
21 assert(pullRequest: PullRequestFromGithub, config: PullRequestConfig) {
22 if (config.requiredStatuses === undefined) {
23 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected