From f2d764731135de574870bb68f2877d7a0e33d11d Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Thu, 30 Jan 2020 09:36:27 -0800 Subject: [PATCH] Adding new reviewers (#2142) * adding new reviewers * trying to fix owners error * moving ALIASES to top level * removing alises pointing to aliases * adding operator leads * fix typo --- OWNERS_ALIASES | 41 +++++++++++++++++++++++++++++++++++++++-- docs/eventing/OWNERS | 4 ++++ docs/install/OWNERS | 4 ++++ docs/serving/OWNERS | 4 ++++ 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 docs/eventing/OWNERS create mode 100644 docs/install/OWNERS create mode 100644 docs/serving/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 9ef4e8a19..a4c95893b 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -3,21 +3,23 @@ aliases: - evankanderson - mattmoor - dgerd - - vaikas-google - vaikas - rgregg - mchmarny - averikitsch + docs-approvers: - carieshmarie - samodell - richieescarez + docs-reviewers: - - gyliu513 - abrennan89 + productivity-approvers: - adrcunha - chaodaiG + productivity-reviewers: - adrcunha - chaodaiG @@ -25,3 +27,38 @@ aliases: - chizhg - steuhs - yt3liu + + serving-eng-reviewers: + - dgerd + - dprotaso + - markusthoemmes + - mattmoor + - tcnghia + - vagababov + + eventing-eng-reviewers: + - evankanderson + - grantr + - vaikas + - n3wscott + - matzew + - nachocano + - lionelvillard + + install-eng-reviewers: + - dgerd + - dprotaso + - markusthoemmes + - mattmoor + - tcnghia + - vagababov + - evankanderson + - grantr + - vaikas + - n3wscott + - matzew + - nachocano + - lionelvillard + - k4leung4 + - bbrowning + - houshengbo \ No newline at end of file diff --git a/docs/eventing/OWNERS b/docs/eventing/OWNERS new file mode 100644 index 000000000..1d14e15a2 --- /dev/null +++ b/docs/eventing/OWNERS @@ -0,0 +1,4 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +reviewers: +- eventing-eng-reviewers \ No newline at end of file diff --git a/docs/install/OWNERS b/docs/install/OWNERS new file mode 100644 index 000000000..08598bc92 --- /dev/null +++ b/docs/install/OWNERS @@ -0,0 +1,4 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +reviewers: +- install-eng-reviewers \ No newline at end of file diff --git a/docs/serving/OWNERS b/docs/serving/OWNERS new file mode 100644 index 000000000..d5ab5ff01 --- /dev/null +++ b/docs/serving/OWNERS @@ -0,0 +1,4 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +reviewers: +- serving-eng-reviewers \ No newline at end of file