Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8424209

Browse files
build: add mainBranchName to Github configuration (#23368)
1 parent 029b681 commit 8424209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.ng-dev/github.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config';
66
*/
77
export const github: GithubConfig = {
88
owner: 'angular',
9-
name: 'components'
9+
name: 'components',
10+
mainBranchName: 'master',
1011
};

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /