From 522d461bedf04f948a54b08e0aa28decdb693b19 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 1 Nov 2023 14:09:36 +0800 Subject: [PATCH] dumpling: add `OWNERS` file (#47856) close pingcap/tidb#47843 --- OWNERS_ALIASES | 5 +++++ dumpling/OWNERS | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 dumpling/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index d6b557230e..c6188d4fd5 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -56,3 +56,8 @@ aliases: - tangenta - wjhuang2016 - ywqzzy + sig-approvers-dumpling: # approvers for dumpling module + - Benjamin2037 + - gmhdbjd + - lichunzhu + - okJiang diff --git a/dumpling/OWNERS b/dumpling/OWNERS new file mode 100644 index 0000000000..408c9e3b3f --- /dev/null +++ b/dumpling/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dumpling +labels: + - component/dumpling