From 86a2ee8e3ce1cd4432749928fda7a4386dc7ce0f Mon Sep 17 00:00:00 2001 From: Theodor Mihalache <84387487+tmihalac@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:23:05 -0500 Subject: [PATCH] feat: Added OWNERS file for OpenshiftCI (#4991) * Added OWNERS file for OpenshiftCI Signed-off-by: Theodor Mihalache * Added OWNERS file for OpenshiftCI Signed-off-by: Theodor Mihalache --------- Signed-off-by: Theodor Mihalache --- OWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000000..852b3fdf8c --- /dev/null +++ b/OWNERS @@ -0,0 +1,15 @@ +# This file is being used by RedHat for running e2e CI + +approvers: +- redhathameed +- tmihalac +- accorvin +- amsharma3 +- franciscojavierarceo +options: {} +reviewers: +- redhathameed +- tmihalac +- accorvin +- amsharma3 +- franciscojavierarceo \ No newline at end of file