From aa21d43f428564715eb74c3f9fdf1a8b503a1b91 Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Mon, 18 Feb 2019 19:24:36 +0000 Subject: [PATCH] Bug 1526581 [wpt PR 15249] - CODEOWNERS cleanup, a=testonly Automatic update from web-platform-tests Change CODEOWNERS to only cover the subtree in /css/tools -- Add /tools/third_party to CODEOWNERS -- wpt-commits: c70ddef5327359fe64d4b63260e5cd64c5b26db1, 5a406c55ff70128e0661209d1d169c4104d14eed wpt-pr: 15249 --- testing/web-platform/tests/CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/tests/CODEOWNERS b/testing/web-platform/tests/CODEOWNERS index e35f9232079a..fe7c29709473 100644 --- a/testing/web-platform/tests/CODEOWNERS +++ b/testing/web-platform/tests/CODEOWNERS @@ -1,2 +1,5 @@ -# Prevent accidentially touching CSS submodules -/css/tools/ @plinss @kojiishi @jgraham @gsnedders +# Prevent accidentially touching CSS subtree +/css/tools/apiclient/ @plinss @jgraham @gsnedders + +# Prevent accidentally touching tools/third_party +/tools/third_party/ @jgraham @gsnedders