From 69ee659a1b16e1bc6725c9e7b60a2b86097e5639 Mon Sep 17 00:00:00 2001 From: Ryan Cebulko Date: Thu, 17 Oct 2019 18:32:38 -0400 Subject: [PATCH] Fix team names in OWNERS of `tools` (#25096) --- tools/OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/OWNERS b/tools/OWNERS index 89c41a947213..f254838b68bc 100644 --- a/tools/OWNERS +++ b/tools/OWNERS @@ -6,8 +6,8 @@ { owners: [ {name: 'ampproject/wg-infra'}, - {name: 'ampproject/runtime'}, - {name: 'ampproject/performance'}, + {name: 'ampproject/wg-runtime'}, + {name: 'ampproject/wg-performance'}, ], }, ],