From fc6166e2c3931f18ac51885c5d772d0088b64811 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 1 Nov 2023 18:59:07 +0800 Subject: [PATCH] pkg/table,pkg/tablecodec: add `OWNERS` files (#47874) close pingcap/tidb#47854 --- OWNERS_ALIASES | 8 ++++++++ pkg/table/OWNERS | 5 +++++ pkg/tablecodec/OWNERS | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 pkg/table/OWNERS create mode 100644 pkg/tablecodec/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index f5fa1b8139963..6e06579e21084 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -97,3 +97,11 @@ aliases: - tangenta - wjhuang2016 - ywqzzy + sig-approvers-table: # approvers for table packages. + - Benjamin2037 + - cfzjywxk + - gmhdbjd + - tangenta + - wjhuang2016 + - ywqzzy + - zimulala diff --git a/pkg/table/OWNERS b/pkg/table/OWNERS new file mode 100644 index 0000000000000..76bd65b26fb7f --- /dev/null +++ b/pkg/table/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-table diff --git a/pkg/tablecodec/OWNERS b/pkg/tablecodec/OWNERS new file mode 100644 index 0000000000000..76bd65b26fb7f --- /dev/null +++ b/pkg/tablecodec/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-table