From 0c6f9b73fbb4cdc7694f17d71a6adebda17253a1 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 14 Sep 2023 17:05:16 +0800 Subject: [PATCH] planner: add `OWNERS` file Fixes #46970 Signed-off-by: wuhuizuo --- pkg/planner/OWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/planner/OWNERS diff --git a/pkg/planner/OWNERS b/pkg/planner/OWNERS new file mode 100644 index 0000000000000..5179cd499c23a --- /dev/null +++ b/pkg/planner/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-planner