From f930759d4afea0aa0b34f4466e7b529fca7fc4cb Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 17 Sep 2025 21:46:18 -0500 Subject: [PATCH] CMP-3739: Add OWNERS file Add an initial owners file for reviewers and approvers. This is a prerequisite for CI in https://github.com/openshift/release/pull/69409. --- OWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..2d28b9e --- /dev/null +++ b/OWNERS @@ -0,0 +1,11 @@ +component: "compliance-sdk" +approvers: + - xiaojiey + - Vincent056 + - rhmdnd + - yuumasato +reviewers: + - xiaojiey + - Vincent056 + - rhmdnd + - yuumasato