From 55fdb5bd7fa11472006fcd220a607b3e32fbcfbd Mon Sep 17 00:00:00 2001 From: Adriano Cunha <35786489+adrcunha@users.noreply.github.com> Date: Thu, 23 May 2019 01:01:29 -0700 Subject: [PATCH] Use OWNERS_ALIASES for productivity approvers/reviewers (#1366) --- OWNERS_ALIASES | 15 +++++++++++++++ test/OWNERS | 11 +++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 14d907c7c..e233c910e 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -12,3 +12,18 @@ aliases: - richieescarez docs-reviewers: - gyliu513 + productivity-approvers: + - adrcunha + - chaodaiG + - srinivashegde86 + productivity-reviewers: + - adrcunha + - chaodaiG + - coryrc + - dushyanthsc + - ericKlawitter + - Fredy-Z + - nbarthwal + - srinivashegde86 + - steuhs + - yt3liu diff --git a/test/OWNERS b/test/OWNERS index ed29d4015..c50adc849 100644 --- a/test/OWNERS +++ b/test/OWNERS @@ -1,7 +1,10 @@ # The OWNERS file is used by prow to automatically merge approved PRs. approvers: -- adrcunha -- jessiezcc -- srinivashegde86 -- steuhs +- productivity-approvers + +reviewers: +- productivity-reviewers + +labels: +- area/test-and-release