We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20812f commit ad0c2b9Copy full SHA for ad0c2b9
.ng-dev/github.mjs
@@ -1,12 +1,13 @@
1
/**
2
* Github configuration for the ng-dev command. This repository is
3
* used as remote for the merge script.
4
- *
+ *
5
* @type { import("@angular/ng-dev").GithubConfig }
6
*/
7
export const github = {
8
owner: 'angular',
9
name: 'angular-cli',
10
mainBranchName: 'main',
11
useNgDevAuthService: true,
12
+ mergeMode: 'team-only',
13
};
0 commit comments