From c5799491e7be4dfabd5150ec09c5aadfacf83409 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 2 Apr 2019 15:35:52 +0300 Subject: [PATCH] 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 --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9c5f350a36..b2eac8eb6e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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