From b70e613cfddf56b781137bc9a9ba6e4f957796bc Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Wed, 14 Feb 2018 20:27:06 +0800 Subject: [PATCH] Add reviewers --- cluster-autoscaler/OWNERS | 1 + cluster-autoscaler/cloudprovider/azure/OWNERS | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 cluster-autoscaler/cloudprovider/azure/OWNERS diff --git a/cluster-autoscaler/OWNERS b/cluster-autoscaler/OWNERS index b04f68a668..b3ecfe5aee 100644 --- a/cluster-autoscaler/OWNERS +++ b/cluster-autoscaler/OWNERS @@ -3,6 +3,7 @@ approvers: - mwielgus - piosz reviewers: +- feiskyer - fgrzadkowski - mwielgus - piosz diff --git a/cluster-autoscaler/cloudprovider/azure/OWNERS b/cluster-autoscaler/cloudprovider/azure/OWNERS new file mode 100644 index 0000000000..b28c00cc9f --- /dev/null +++ b/cluster-autoscaler/cloudprovider/azure/OWNERS @@ -0,0 +1,4 @@ +approvers: +- feiskyer +reviewers: +- feiskyer