diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 00000000000..f5e545fdf0b --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,12 @@ +# Sort the member alphabetically. +aliases: + 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..97ec5996029 --- /dev/null +++ b/cmd/dm-ctl/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-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