Skip to content

Commit c579949

Browse files
gkalpakjasonaden
authored andcommitted
ci: fix CODEOWNERS for ngcc (angular#29660)
With a770aa2, ngcc was moved to a different directory (`compiler/src/ngcc/` --> `compiler/ngcc/`), but the `CODEOWNERS` file was not updated to reflect that. PR Close angular#29660
1 parent b14537a commit c579949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@
399399

400400

401401
# ================================================
402-
# packages/compiler-cli/src/ngcc/
402+
# packages/compiler-cli/ngcc/
403403
# ================================================
404404

405-
/packages/compiler-cli/src/ngcc/** @angular/fw-ngcc @angular/framework-global-approvers
405+
/packages/compiler-cli/ngcc/** @angular/fw-ngcc @angular/framework-global-approvers
406406

407407

408408

0 commit comments

Comments
 (0)