We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029b681 commit 8424209Copy full SHA for 8424209
.ng-dev/github.ts
@@ -6,5 +6,6 @@ import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config';
6
*/
7
export const github: GithubConfig = {
8
owner: 'angular',
9
- name: 'components'
+ name: 'components',
10
+ mainBranchName: 'master',
11
};
0 commit comments