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

Class

ng-dev/pr/common/validation/assert-merge-ready.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) {
22 if (pullRequest.isDraft) {
23 throw this._createError('Pull request is still a draft.');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected