mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: add mainBranchName to github configuration (#43061)
Update the ng-dev config for Github to include the main branch name. PR Close #43061
This commit is contained in:
parent
81e4257761
commit
19977b1bf1
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue