From 8edd9cd6c0144d536d95a47b896f37d76893f437 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Mon, 4 Feb 2019 15:48:39 -0800 Subject: [PATCH] ci: move material-ci blocklist into core approval group (#28531) PR Close #28531 --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6e9f24d6e6..6e593be73a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -749,6 +749,11 @@ testing/** @angular/fw-test /tools/** @angular/fw-dev-infra *.bzl @angular/fw-dev-infra +# ================================================ +# Material CI +# ================================================ + +/tools/material-ci/** @angular/fw-core @angular/fw-dev-infra # ================================================