From 04a1923af7958e2c454cdd270ac7bd0c6badb7d1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 14 Feb 2019 17:25:48 -0800 Subject: [PATCH] ci: add /packages/* to the @angular/fw-dev-infra CODEOWNERS group (#28745) It was previously missing which is a bug. PR Close #28745 --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6e593be73a..779cb813e4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -744,6 +744,7 @@ testing/** @angular/fw-test /.circleci/** @angular/fw-dev-infra /.github/** @angular/fw-dev-infra /docs/BAZEL.md @angular/fw-dev-infra +/packages/* @angular/fw-dev-infra /scripts/** @angular/fw-dev-infra /third_party/** @angular/fw-dev-infra /tools/** @angular/fw-dev-infra