From ca466fe0b081641df75f6a7fafadc7b5a5c14b45 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Tue, 30 Oct 2018 17:05:08 -0400 Subject: [PATCH] Update API-related owners files Kubernetes-commit: 8c20bdaf4661f8764c7a7f2e42674aa6a9bf5d70 --- OWNERS | 2 -- config/OWNERS | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 config/OWNERS diff --git a/OWNERS b/OWNERS index e3149dc..b9492dc 100644 --- a/OWNERS +++ b/OWNERS @@ -1,12 +1,10 @@ approvers: -- api-approvers - deads2k - luxas - mtaufen - sttts - stewart-yu reviewers: -- api-reviewers - deads2k - luxas - mtaufen diff --git a/config/OWNERS b/config/OWNERS new file mode 100644 index 0000000..b6f1833 --- /dev/null +++ b/config/OWNERS @@ -0,0 +1,14 @@ +# Disable inheritance as this is an api owners file +options: + no_parent_owners: true +approvers: +- api-approvers +reviewers: +- api-reviewers +- deads2k +- luxas +- mtaufen +- sttts +- stewart-yu +labels: +- kind/api-change