From 75cf86e70fa71ab4b34c4620ef2ce833602af717 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 6e9f24d6e6..9191c74156 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