From c35e4770a99c0ba1c4e8ab4600d534ccba75c4de Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Wed, 15 May 2024 18:46:12 +0800 Subject: [PATCH 1/3] 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 From 90b7f53b5f27de92e734656a70152e24caa21b58 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 16 May 2024 14:45:07 +0800 Subject: [PATCH 2/3] Update OWNERS_ALIASES --- OWNERS_ALIASES | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 653ca72ffdd..f5e545fdf0b 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,9 +1,5 @@ # Sort the member alphabetically. aliases: - sig-approvers-cdc-api: - - hongyunyan - - sdojjy - # other approvers SIGs. sig-approvers-dm: - Benjamin2037 - D3Hunter From aeed0270dc45ae4b9fa631388ee70df8fc501708 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 16 May 2024 14:45:30 +0800 Subject: [PATCH 3/3] Update cmd/dm-ctl/OWNERS --- cmd/dm-ctl/OWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/dm-ctl/OWNERS b/cmd/dm-ctl/OWNERS index 8385908e41e..97ec5996029 100644 --- a/cmd/dm-ctl/OWNERS +++ b/cmd/dm-ctl/OWNERS @@ -1,5 +1,4 @@ # 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: