| 1 | import {createTypedObject, Label, ManagedRepositories} from './base.js'; |
| 2 | |
| 3 | class MergeLabel extends Label {} |
| 4 | |
| 5 | export const mergeLabels = createTypedObject(MergeLabel)({ |
| 6 | MERGE_PRESERVE_COMMITS: { |
nothing calls this directly
no outgoing calls
no test coverage detected