diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 1f835b0e008..a23b402b6bf 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -13,6 +13,12 @@ aliases: - mtnbikenc - patrickdillon - sdodson + libvirt-approvers: + - abhinavdahiya + - enxebre + - praveenkumar + - zeenix + libvirt-reviewers: openstack-approvers: - flaper87 - tomassedovic diff --git a/data/data/libvirt/OWNERS b/data/data/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/data/data/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/docs/dev/libvirt/OWNERS b/docs/dev/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/docs/dev/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/pkg/asset/cluster/libvirt/OWNERS b/pkg/asset/cluster/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/pkg/asset/cluster/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/pkg/asset/installconfig/libvirt/OWNERS b/pkg/asset/installconfig/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/pkg/asset/installconfig/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/pkg/asset/machines/libvirt/OWNERS b/pkg/asset/machines/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/pkg/asset/machines/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/pkg/destroy/libvirt/OWNERS b/pkg/destroy/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/pkg/destroy/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/pkg/tfvars/libvirt/OWNERS b/pkg/tfvars/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/pkg/tfvars/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers diff --git a/pkg/types/libvirt/OWNERS b/pkg/types/libvirt/OWNERS new file mode 100644 index 00000000000..088d95c8891 --- /dev/null +++ b/pkg/types/libvirt/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +reviewers: + - libvirt-reviewers diff --git a/tests/bdd-smoke/suites/config/libvirt/OWNERS b/tests/bdd-smoke/suites/config/libvirt/OWNERS new file mode 100644 index 00000000000..5d37d841ef0 --- /dev/null +++ b/tests/bdd-smoke/suites/config/libvirt/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - libvirt-approvers +reviewers: + - libvirt-reviewers