From 07d381f03ee534430bfb76c7162875caac9483a0 Mon Sep 17 00:00:00 2001 From: William Escande <wescande@google.com> Date: Tue, 25 Apr 2023 23:29:15 -0700 Subject: [PATCH] Set manager as last ressort OWNERS This limit how OWNERS appears on gerrit without limiting their capability. The main motivation for this change is to make sure the area owner are the first default choice, without removing owner vote from bluetooth project owners Test: owner format check Change-Id: I648ed8684453b4fb8c19ff5a04565817cafa8a82 Bug: 262605980 --- OWNERS | 10 +++++----- service/OWNERS | 6 ------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/OWNERS b/OWNERS index 224f7f139b1..fa4d5e7243c 100644 --- a/OWNERS +++ b/OWNERS @@ -1,9 +1,9 @@ # Project owners -girardier@google.com -muhammadfalam@google.com -sattiraju@google.com -siyuanh@google.com -sungsoo@google.com +girardier@google.com #{LAST_RESORT_SUGGESTION} +muhammadfalam@google.com #{LAST_RESORT_SUGGESTION} +sattiraju@google.com #{LAST_RESORT_SUGGESTION} +siyuanh@google.com #{LAST_RESORT_SUGGESTION} +sungsoo@google.com #{LAST_RESORT_SUGGESTION} # Per-file ownership diff --git a/service/OWNERS b/service/OWNERS index 599d2818c49..e6ac9a0c3f3 100644 --- a/service/OWNERS +++ b/service/OWNERS @@ -1,8 +1,2 @@ -# Reviewers for /service - -eruffieux@google.com mylesgw@google.com -rahulsabnis@google.com -sattiraju@google.com -siyuanh@google.com wescande@google.com -- GitLab