From b2d62fcd5d6a7887c15ff2ca1eeeb552c1d3dd1f Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Tue, 6 Mar 2018 22:35:26 -0800 Subject: [PATCH 1/2] Add cblecker to test/ approvers --- test/OWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/OWNERS b/test/OWNERS index 0c2941ff4da..b9fd7ab961c 100644 --- a/test/OWNERS +++ b/test/OWNERS @@ -26,6 +26,7 @@ reviewers: - vishh approvers: - bowei # for test/e2e/{dns*,network}.go + - cblecker - deads2k - enisoc - enj # for test/integration/etcd/etcd_storage_path_test.go @@ -50,4 +51,4 @@ approvers: - sttts - timothysc - zmerlynn - - vishh + - vishh From bf063aa6b1147b1024961e86143ff9d35e2ac7bc Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Tue, 6 Mar 2018 22:35:47 -0800 Subject: [PATCH 2/2] Add OWNERS file to test/typecheck/ --- test/typecheck/OWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/typecheck/OWNERS diff --git a/test/typecheck/OWNERS b/test/typecheck/OWNERS new file mode 100644 index 00000000000..e40fb6bb555 --- /dev/null +++ b/test/typecheck/OWNERS @@ -0,0 +1,6 @@ +reviewers: + - cblecker + - rmmh +approvers: + - cblecker + - rmmh