From 0284d7af4971ab0bbc51d3f737220c147e2329ee Mon Sep 17 00:00:00 2001 From: William Escande <wescande@google.com> Date: Tue, 20 Dec 2022 10:27:02 -0800 Subject: [PATCH] Change some OWNER to be able to modify bp files Also add Myles to service Test: no Change-Id: Ia1bb5bc0e9e1caa693b0e1b3a86b2bb3570b9e43 --- OWNERS | 3 ++- service/OWNERS | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OWNERS b/OWNERS index 85ea5b2c0c9..87872844e66 100644 --- a/OWNERS +++ b/OWNERS @@ -7,7 +7,8 @@ sungsoo@google.com # Per-file ownership -per-file TEST_MAPPING=licorne@google.com +per-file *.bp,*.xml=wescande@google.com +per-file TEST_MAPPING,*.xml=licorne@google.com # ChromeOS team owns Linux build files # - build.py is used for Linux build diff --git a/service/OWNERS b/service/OWNERS index 6982c062fe6..599d2818c49 100644 --- a/service/OWNERS +++ b/service/OWNERS @@ -1,6 +1,7 @@ # Reviewers for /service eruffieux@google.com +mylesgw@google.com rahulsabnis@google.com sattiraju@google.com siyuanh@google.com -- GitLab