| 20 | } |
| 21 | |
| 22 | export class MismatchedTargetBranchFatalError extends FatalMergeToolError { |
| 23 | constructor(allowedBranches: string[]) { |
| 24 | super( |
| 25 | `Pull request is set to wrong base branch. Please update the PR in the Github UI ` + |
nothing calls this directly
no outgoing calls
no test coverage detected