From ce3dc5433576a54dc09c20a6abda615ef79c534a Mon Sep 17 00:00:00 2001 From: Parthvi Vala Date: Mon, 13 Jun 2022 13:05:19 +0530 Subject: [PATCH] Update OWNERS files (#5808) * Update OWNERS files * Update tests/OWNERS --- OWNERS | 1 - openshift-ci/build-root/OWNERS | 6 ++++-- scripts/OWNERS | 5 +++-- tests/OWNERS | 3 --- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/OWNERS b/OWNERS index 634e07f8e..16c6e9608 100644 --- a/OWNERS +++ b/OWNERS @@ -9,7 +9,6 @@ approvers: - rm3l reviewers: -- mohammedzee1000 - dharmit - valaparthvi - feloy diff --git a/openshift-ci/build-root/OWNERS b/openshift-ci/build-root/OWNERS index 5b1754eb2..61b33f451 100644 --- a/openshift-ci/build-root/OWNERS +++ b/openshift-ci/build-root/OWNERS @@ -1,7 +1,9 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- mohammedzee1000 +- anandrkskd +- feloy reviewers: -- mohammedzee1000 +- anandrkskd +- feloy diff --git a/scripts/OWNERS b/scripts/OWNERS index 7ce783d22..207685d9b 100644 --- a/scripts/OWNERS +++ b/scripts/OWNERS @@ -1,9 +1,10 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- mohammedzee1000 +- rnapoles-rh +- anandrkskd reviewers: -- mohammedzee1000 +- anandrkskd - rnapoles-rh diff --git a/tests/OWNERS b/tests/OWNERS index 6d0887173..c1bc1bc24 100644 --- a/tests/OWNERS +++ b/tests/OWNERS @@ -1,15 +1,12 @@ # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- mohammedzee1000 - anandrkskd - rnapoles-rh reviewers: - rnapoles-rh - anandrkskd -- mohammedzee1000 - valaparthvi - feloy -- mik-dass - dharmit