build: enable the ng-dev auth service (#48361)

Enable the auth service for merging into the repository

PR Close #48361
This commit is contained in:
Joey Perrott
2022-12-05 16:18:24 +00:00
committed by Andrew Kushnir
parent 0beeee4304
commit 408aed7a75
+1
View File
@@ -8,4 +8,5 @@ export const github: GithubConfig = {
owner: 'angular',
name: 'angular',
mainBranchName: 'main',
useNgDevAuthService: true,
};