From 5bcfeaf2855433eec69345f65b525b8da56d5571 Mon Sep 17 00:00:00 2001 From: Howard Ro Date: Thu, 6 Sep 2018 19:01:26 -0700 Subject: [PATCH] Add OWNERS file to metrics constants proto Adding yro@google.com as an OWNER to metrics constants proto to review incoming events. Test: Given ".." import, this change should not break anything. Bug: 114138150 Change-Id: Ib4ddc153e102b03b7f78a83844023e80e1f9dc68 --- proto/src/metrics_constants/OWNERS | 3 +++ proto/src/{ => metrics_constants}/metrics_constants.proto | 0 2 files changed, 3 insertions(+) create mode 100644 proto/src/metrics_constants/OWNERS rename proto/src/{ => metrics_constants}/metrics_constants.proto (100%) diff --git a/proto/src/metrics_constants/OWNERS b/proto/src/metrics_constants/OWNERS new file mode 100644 index 0000000000000..9c70a5e366b99 --- /dev/null +++ b/proto/src/metrics_constants/OWNERS @@ -0,0 +1,3 @@ +yanglu@google.com +yaochen@google.com +yro@google.com diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto similarity index 100% rename from proto/src/metrics_constants.proto rename to proto/src/metrics_constants/metrics_constants.proto