From d107e4efa612450c1a705292d18c136751757afa Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Tue, 8 Jun 2021 12:57:43 -0600 Subject: [PATCH] Mark fallback owners as #{LAST_RESORT_SUGGESTION}. These top-level owners are only designed to offer fallback support in situations such as local OWNERS files becoming stale, large-scale changes, etc. When local owners have been defined by a sub-team, only those owners should appear in the Gerrit suggestions list. Bug: 181661570 Test: none Change-Id: Ib201cb32e97707d35df077128f4c5e8205124b7f --- OWNERS | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/OWNERS b/OWNERS index 4970dd1223310..ccb56d3b1bfef 100644 --- a/OWNERS +++ b/OWNERS @@ -1,23 +1,23 @@ # This top-level list should remain narrowly defined as team leads; individual # teams are strongly encouraged to define narrower OWNERS files at deeper # levels within the source tree; see OWNERS.md for more details -akulian@google.com -dsandler@android.com -dsandler@google.com -hackbod@android.com -hackbod@google.com -jjaggi@google.com -jsharkey@android.com -jsharkey@google.com -lorenzo@google.com -michaelwr@google.com -nandana@google.com -narayan@google.com -ogunwale@google.com -roosa@google.com -svetoslavganov@android.com -svetoslavganov@google.com -yamasani@google.com +akulian@google.com #{LAST_RESORT_SUGGESTION} +dsandler@android.com #{LAST_RESORT_SUGGESTION} +dsandler@google.com #{LAST_RESORT_SUGGESTION} +hackbod@android.com #{LAST_RESORT_SUGGESTION} +hackbod@google.com #{LAST_RESORT_SUGGESTION} +jjaggi@google.com #{LAST_RESORT_SUGGESTION} +jsharkey@android.com #{LAST_RESORT_SUGGESTION} +jsharkey@google.com #{LAST_RESORT_SUGGESTION} +lorenzo@google.com #{LAST_RESORT_SUGGESTION} +michaelwr@google.com #{LAST_RESORT_SUGGESTION} +nandana@google.com #{LAST_RESORT_SUGGESTION} +narayan@google.com #{LAST_RESORT_SUGGESTION} +ogunwale@google.com #{LAST_RESORT_SUGGESTION} +roosa@google.com #{LAST_RESORT_SUGGESTION} +svetoslavganov@android.com #{LAST_RESORT_SUGGESTION} +svetoslavganov@google.com #{LAST_RESORT_SUGGESTION} +yamasani@google.com #{LAST_RESORT_SUGGESTION} # API changes are already covered by API-Review+1 (http://mdb/android-api-council) # via https://android.git.corp.google.com/All-Projects/+/refs/meta/config/rules.pl.