From 959c8630515d0a0e0e27d79ad2cfd73a3b92c407 Mon Sep 17 00:00:00 2001 From: Scott Lee Date: Fri, 2 Aug 2019 16:24:00 -0700 Subject: [PATCH] Move inactive members to emeritus --- OWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OWNERS b/OWNERS index 4f81dde107..605d99b551 100644 --- a/OWNERS +++ b/OWNERS @@ -1,10 +1,11 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: - - mbohlool + - roycaihw + - yliaog +emeritus_approvers: - caesarxuchao - lavalamp - - yliaog - - roycaihw + - mbohlool reviewers: - micw523