From c35e4770a99c0ba1c4e8ab4600d534ccba75c4de Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 15 May 2024 18:46:12 +0800 Subject: [PATCH] This is an automated cherry-pick of #11101 Signed-off-by: ti-chi-bot --- OWNERS_ALIASES | 16 ++++++++++++++++ cmd/dm-ctl/OWNERS | 8 ++++++++ cmd/dm-master/OWNERS | 7 +++++++ cmd/dm-syncer/OWNERS | 7 +++++++ cmd/dm-worker/OWNERS | 7 +++++++ dm/OWNERS | 7 +++++++ engine/OWNERS | 7 +++++++ 7 files changed, 59 insertions(+) create mode 100644 OWNERS_ALIASES create mode 100644 cmd/dm-ctl/OWNERS create mode 100644 cmd/dm-master/OWNERS create mode 100644 cmd/dm-syncer/OWNERS create mode 100644 cmd/dm-worker/OWNERS create mode 100644 dm/OWNERS create mode 100644 engine/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000000..653ca72ffdd --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,16 @@ +# Sort the member alphabetically. +aliases: + sig-approvers-cdc-api: + - hongyunyan + - sdojjy + # other approvers SIGs. + sig-approvers-dm: + - Benjamin2037 + - D3Hunter + - GMHDBJD + - lance6716 + sig-approvers-engine: + - Benjamin2037 + - D3Hunter + - GMHDBJD + - lance6716 diff --git a/cmd/dm-ctl/OWNERS b/cmd/dm-ctl/OWNERS new file mode 100644 index 00000000000..8385908e41e --- /dev/null +++ b/cmd/dm-ctl/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/cmd/dm-master/OWNERS b/cmd/dm-master/OWNERS new file mode 100644 index 00000000000..97ec5996029 --- /dev/null +++ b/cmd/dm-master/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/cmd/dm-syncer/OWNERS b/cmd/dm-syncer/OWNERS new file mode 100644 index 00000000000..97ec5996029 --- /dev/null +++ b/cmd/dm-syncer/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/cmd/dm-worker/OWNERS b/cmd/dm-worker/OWNERS new file mode 100644 index 00000000000..97ec5996029 --- /dev/null +++ b/cmd/dm-worker/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/dm/OWNERS b/dm/OWNERS new file mode 100644 index 00000000000..97ec5996029 --- /dev/null +++ b/dm/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-dm +labels: + - area/dm diff --git a/engine/OWNERS b/engine/OWNERS new file mode 100644 index 00000000000..a96826a1638 --- /dev/null +++ b/engine/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs at https://go.k8s.io/owners +options: + no_parent_owners: true +approvers: + - sig-approvers-engine +labels: + - area/engine