Browse Source

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
pull/5377/head
Aaron Crickenberger 5 years ago
committed by Kubernetes Prow Robot
parent
commit
f1498d4b53
1 changed files with 2 additions and 4 deletions
  1. 6
      roles/network_plugin/kube-ovn/OWNERS

6
roles/network_plugin/kube-ovn/OWNERS

@ -1,6 +1,4 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- oilbeater
reviewers:
- oilbeater
emeritus_approvers:
- oilbeater
Loading…
Cancel
Save