From 510f44f5c0bf1b6c50e6be6f55c4e61decf337ce Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 9 Apr 2024 14:40:51 +0800 Subject: [PATCH] bindinfo,planner,statistics: add `OWNERS` files in top module folders (#46981) close pingcap/tidb#46969 --- OWNERS_ALIASES | 9 +++++++++ pkg/bindinfo/OWNERS | 7 +++++++ pkg/planner/OWNERS | 7 +++++++ pkg/statistics/OWNERS | 7 +++++++ 4 files changed, 30 insertions(+) create mode 100644 pkg/bindinfo/OWNERS create mode 100644 pkg/planner/OWNERS create mode 100644 pkg/statistics/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index c679c70f9c91d..26d44b7e83898 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -121,3 +121,12 @@ aliases: - Benjamin2037 - gmhdbjd - lichunzhu + sig-approvers-planner: # approvers for planner module + - AilinKid + - elsa0520 + - fixdb + - hawkingrei + - hi-rustin + - qw4990 + - time-and-fate + - winoros diff --git a/pkg/bindinfo/OWNERS b/pkg/bindinfo/OWNERS new file mode 100644 index 0000000000000..904863f05e7fc --- /dev/null +++ b/pkg/bindinfo/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-planner +labels: + - sig/planner diff --git a/pkg/planner/OWNERS b/pkg/planner/OWNERS new file mode 100644 index 0000000000000..904863f05e7fc --- /dev/null +++ b/pkg/planner/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-planner +labels: + - sig/planner diff --git a/pkg/statistics/OWNERS b/pkg/statistics/OWNERS new file mode 100644 index 0000000000000..904863f05e7fc --- /dev/null +++ b/pkg/statistics/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-planner +labels: + - sig/planner