From b76539ae31306b58dc2bb4278d4f7a0175363a7e 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 --- OWNERS_ALIASES | 6 +++++- pkg/planner/OWNERS | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 pkg/planner/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 396b29e499fcf..7cff5a7b0495b 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -42,4 +42,8 @@ aliases: - lance6716 - lichunzhu - okJiang - + sig-approvers-planner: # approvers for planner module + - chrysan + - fixdb + - winoros + - qw4990 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