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

Class

ng-dev/pr/common/labels/merge.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {createTypedObject, Label, ManagedRepositories} from './base.js';
2
3class MergeLabel extends Label {}
4
5export const mergeLabels = createTypedObject(MergeLabel)({
6 MERGE_PRESERVE_COMMITS: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected