diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 2958d8c58e0..653ca72ffdd 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -4,3 +4,13 @@ aliases: - 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