refactor(dev-infra): move GitClient to common util (#37318)
Moves GitClient from merge script into common utils for unified method of performing git actions throughout the ng-dev toolset. PR Close #37318
This commit is contained in:
@ -8,8 +8,9 @@
|
||||
|
||||
import * as Octokit from '@octokit/rest';
|
||||
|
||||
import {GitClient} from '../../utils/git';
|
||||
|
||||
import {PullRequestFailure} from './failures';
|
||||
import {GitClient} from './git';
|
||||
import {matchesPattern} from './string-pattern';
|
||||
import {getBranchesFromTargetLabel, getTargetLabelFromPullRequest} from './target-label';
|
||||
import {PullRequestMergeTask} from './task';
|
||||
|
Reference in New Issue
Block a user