diff --git a/.ng-dev/github.ts b/.ng-dev/github.ts index 3425151c945..6af18a58938 100644 --- a/.ng-dev/github.ts +++ b/.ng-dev/github.ts @@ -4,8 +4,8 @@ import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config'; * Github configuration for the `ng-dev` command. This repository is used as * remote for the merge script and other utilities like `ng-dev pr rebase`. */ - export const github: GithubConfig = { owner: 'angular', - name: 'angular' + name: 'angular', + mainBranchName: 'master', };