-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[11.2.x] build: updates to account for github primary branch rename #45718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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. Note the version of ng-dev used in this LTS branch does not properly support custom primary branches, but this should be non-relevant here because this commit will only land in a version branch (11.2.x)
|
Note: Test failures are still unrelated, similar to the failures we saw when landing the prep changes in the v11 LTS branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
This PR was merged into the repository by commit 7cd79b8. |
) 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. Note the version of ng-dev used in this LTS branch does not properly support custom primary branches, but this should be non-relevant here because this commit will only land in a version branch (11.2.x) PR Close #45718
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |




Patch port of #45715