From ff1be4cd283e29a7ba505e59c2c8222ad4060383 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Thu, 21 Nov 2019 11:32:13 -0800 Subject: [PATCH] ci: tighten code owners for size tracking (#33969) It will be easier to track regressions in size if fewer people are approving size diffs in PRs. That way, we will have a few people that have a fuller picture of where size changes are coming from. PR Close #33969 --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4e679e0d11..b17d549bfb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -945,6 +945,14 @@ testing/** @angular/fw-test +# ================================================ +# Size tracking +# ================================================ + +/aio/scripts/_payload-limits.json @kara @IgorMinar +/integration/_payload-limits.json @kara @IgorMinar + + # ================================================ # Special cases # ================================================