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 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