From c950d87c14c7624366011d07ea91bd69a429c9b7 Mon Sep 17 00:00:00 2001 From: Ryan Cebulko Date: Fri, 14 May 2021 17:14:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20Allow=20Performance=20WG=20to=20?= =?UTF-8?q?manage=20check-types=20(#34395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Allow Performance WG to manage check-types * Lint fixes --- build-system/tasks/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-system/tasks/OWNERS b/build-system/tasks/OWNERS index 69a88bfe0386..48c410b7bfc7 100644 --- a/build-system/tasks/OWNERS +++ b/build-system/tasks/OWNERS @@ -6,5 +6,9 @@ { owners: [{name: 'ampproject/wg-infra'}], }, + { + pattern: 'check-types.js', + owners: [{name: 'ampproject/wg-performance'}], + }, ], }