From a798849878d347c9743a7601cbadf75c5b065950 Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Thu, 15 Feb 2024 09:34:42 -0700 Subject: [PATCH] *: add OWNERS for ROSA Signed-off-by: Steve Kuznetsov --- config/crd/bases/OWNERS | 7 +++++++ controllers/OWNERS | 7 +++++++ controlplane/rosa/OWNERS | 5 +++++ docs/book/src/topics/rosa/OWNERS | 5 +++++ exp/api/v1beta2/OWNERS | 7 +++++++ exp/controllers/OWNERS | 7 +++++++ pkg/cloud/scope/OWNERS | 7 +++++++ pkg/rosa/OWNERS | 5 +++++ templates/OWNERS | 7 +++++++ 9 files changed, 57 insertions(+) create mode 100644 config/crd/bases/OWNERS create mode 100644 controllers/OWNERS create mode 100644 controlplane/rosa/OWNERS create mode 100644 docs/book/src/topics/rosa/OWNERS create mode 100644 exp/api/v1beta2/OWNERS create mode 100644 exp/controllers/OWNERS create mode 100644 pkg/cloud/scope/OWNERS create mode 100644 pkg/rosa/OWNERS create mode 100644 templates/OWNERS diff --git a/config/crd/bases/OWNERS b/config/crd/bases/OWNERS new file mode 100644 index 0000000000..918bb25a5c --- /dev/null +++ b/config/crd/bases/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: + +filters: + "^.*rosa.*\\.yaml$": + approvers: + - muraee + - stevekuznetsov diff --git a/controllers/OWNERS b/controllers/OWNERS new file mode 100644 index 0000000000..08100adf27 --- /dev/null +++ b/controllers/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: + +filters: + "^rosa.*\\.go$": + approvers: + - muraee + - stevekuznetsov diff --git a/controlplane/rosa/OWNERS b/controlplane/rosa/OWNERS new file mode 100644 index 0000000000..dc7fd91f8d --- /dev/null +++ b/controlplane/rosa/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: + +approvers: + - muraee + - stevekuznetsov diff --git a/docs/book/src/topics/rosa/OWNERS b/docs/book/src/topics/rosa/OWNERS new file mode 100644 index 0000000000..dc7fd91f8d --- /dev/null +++ b/docs/book/src/topics/rosa/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: + +approvers: + - muraee + - stevekuznetsov diff --git a/exp/api/v1beta2/OWNERS b/exp/api/v1beta2/OWNERS new file mode 100644 index 0000000000..9297d263fd --- /dev/null +++ b/exp/api/v1beta2/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: + +filters: + "^(rosa|zz_).*\\.go$": + approvers: + - muraee + - stevekuznetsov diff --git a/exp/controllers/OWNERS b/exp/controllers/OWNERS new file mode 100644 index 0000000000..08100adf27 --- /dev/null +++ b/exp/controllers/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: + +filters: + "^rosa.*\\.go$": + approvers: + - muraee + - stevekuznetsov diff --git a/pkg/cloud/scope/OWNERS b/pkg/cloud/scope/OWNERS new file mode 100644 index 0000000000..08100adf27 --- /dev/null +++ b/pkg/cloud/scope/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: + +filters: + "^rosa.*\\.go$": + approvers: + - muraee + - stevekuznetsov diff --git a/pkg/rosa/OWNERS b/pkg/rosa/OWNERS new file mode 100644 index 0000000000..dc7fd91f8d --- /dev/null +++ b/pkg/rosa/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: + +approvers: + - muraee + - stevekuznetsov diff --git a/templates/OWNERS b/templates/OWNERS new file mode 100644 index 0000000000..918bb25a5c --- /dev/null +++ b/templates/OWNERS @@ -0,0 +1,7 @@ +# See the OWNERS docs: + +filters: + "^.*rosa.*\\.yaml$": + approvers: + - muraee + - stevekuznetsov