Files
angular__angular/.ng-dev/github.ts
T
Paul Gschwendtner beda8f490c build: updates to account for github primary branch rename (#45717)
This is the commit accounting for the Github primary branch
rename when we actually perform the update.

We have three change phases: Prepare, Direct, Cleanup. This commit
is for the `direct` phase.

PR Close #45717
2022-04-28 17:27:37 +00:00

12 lines
345 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: 'main',
};