mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
19977b1bf1
Update the ng-dev config for Github to include the main branch name. PR Close #43061
12 lines
347 B
TypeScript
12 lines
347 B
TypeScript
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',
|
|
mainBranchName: 'master',
|
|
};
|