ci: fix CODEOWNERS for ngcc (#29660)

With a770aa231, ngcc was moved to a different directory
(`compiler/src/ngcc/` --> `compiler/ngcc/`), but the `CODEOWNERS` file
was not updated to reflect that.
PR Close #29660
This commit is contained in:
George Kalpakas 2019-04-02 15:35:52 +03:00 committed by Jason Aden
parent b14537a004
commit c5799491e7
1 changed files with 2 additions and 2 deletions

4
.github/CODEOWNERS vendored
View File

@ -399,10 +399,10 @@
# ================================================
# packages/compiler-cli/src/ngcc/
# packages/compiler-cli/ngcc/
# ================================================
/packages/compiler-cli/src/ngcc/** @angular/fw-ngcc @angular/framework-global-approvers
/packages/compiler-cli/ngcc/** @angular/fw-ngcc @angular/framework-global-approvers