From f1498d4b53653f659f06d8236284d77add1be51d Mon Sep 17 00:00:00 2001
From: Aaron Crickenberger <spiffxp@google.com>
Date: Mon, 25 Nov 2019 17:59:11 -0800
Subject: [PATCH] fix OWNERS file (#5359)

Initially this was to fix a mis-indented approvers key. However, it turns
out that 'oilbeater' is not a member of kubernetes-sigs nor
kubernetes-incubator (the org this repo was migrated from). Thus this
OWNERS file is failing prow's validation check.

As a workaround I've opted to move them to emeritus_approver, which
isn't valiated and can be used as a hint for other approvers in this
repo
---
 roles/network_plugin/kube-ovn/OWNERS | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/roles/network_plugin/kube-ovn/OWNERS b/roles/network_plugin/kube-ovn/OWNERS
index 733a38f43..84256aa4a 100644
--- a/roles/network_plugin/kube-ovn/OWNERS
+++ b/roles/network_plugin/kube-ovn/OWNERS
@@ -1,6 +1,4 @@
 # See the OWNERS docs at https://go.k8s.io/owners
 
- approvers:
-  - oilbeater
-reviewers:
-  - oilbeater
\ No newline at end of file
+emeritus_approvers:
+- oilbeater
-- 
GitLab