From a80fa2d1666835de59838c4668f8fafdeda53a21 Mon Sep 17 00:00:00 2001 From: Jordan Keister Date: Wed, 2 Apr 2025 15:44:30 -0500 Subject: [PATCH] proposing github-->prow reviewer/approver mapping Signed-off-by: Jordan Keister --- OWNERS | 5 +++++ OWNERS_ALIASES | 25 +++++++++++++++++++++++++ docs/OWNERS | 23 +++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES create mode 100644 docs/OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..6dbe77690 --- /dev/null +++ b/OWNERS @@ -0,0 +1,5 @@ +approvers: + - operator-controller-approvers +reviewers: + - operator-controller-approvers + - operator-controller-reviewers diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 000000000..52dba52e0 --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,25 @@ + +aliases: + # contributors who can approve any PRs in the repo + operator-controller-approvers: + - camilamacedo86 + - grokspawn + - joelanford + - kevinrizza + - perdasilva + - thetechnick + - tmshort + + # contributors who can review/lgtm any PRs in the repo + operator-controller-reviewers: + - anik120 + - ankitathomas + - bentito + - dtfranz + - gallettilance + - gavinmbell + - LalatenduMohanty + - oceanc80 + - OchiengEd + - rashmigottipati + - trgeiger diff --git a/docs/OWNERS b/docs/OWNERS new file mode 100644 index 000000000..d1a8d41f1 --- /dev/null +++ b/docs/OWNERS @@ -0,0 +1,23 @@ +approvers: + # contributors who can approve any docs PRs in the repo + - michaelryanpeter +reviewers: + # contributors who can review/lgtm any docs PRs in the repo + - anik120 + - ankitathomas + - bentito + - camilamacedo86 + - dtfranz + - gallettilance + - gavinmbell + - grokspawn + - joelanford + - kevinrizza + - LalatenduMohanty + - oceanc80 + - OchiengEd + - perdasilva + - rashmigottipati + - thetechnick + - tmshort + - trgeiger