diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000000..c7df049632 --- /dev/null +++ b/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - crc-approvers +reviewers: + - crc-reviewers +component: crc diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 0000000000..2e73a3b933 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,22 @@ +# See the OWNERS_ALIASES docs: https://git.k8s.io/community/contributors/guide/owners.md#OWNERS_ALIASES + +aliases: + crc-approvers: + - cfergeau + - praveenkumar + - anjannath + - jsliacan + - guillaumerose + - robin-owen + - gbraad + crc-reviewers: + - cfergeau + - praveenkumar + - anjannath + - guillaumerose + - gbraad + doc-reviewers: + - robin-owen + test-reviewers: + - jsliacan + diff --git a/docs/OWNERS b/docs/OWNERS new file mode 100644 index 0000000000..9a0af26b40 --- /dev/null +++ b/docs/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: + - crc-approvers +reviewers: + - doc-reviewers diff --git a/test/OWNERS b/test/OWNERS new file mode 100644 index 0000000000..a3bf87c913 --- /dev/null +++ b/test/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: + - crc-approvers +reviewers: + - test-reviewers