From acae34b2e1d3d143cd2e302bd971980ddf65a091 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Mon, 18 Jul 2022 08:32:24 +0200 Subject: [PATCH] Make infra own their owners file Also sort the owners entries. No-Try: true Change-Id: Ie59dcd47bdf1e644cef9f1dc96201bdc1fcfdd38 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3769686 Reviewed-by: Hannes Payer Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#81766} --- OWNERS | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/OWNERS b/OWNERS index 42d7d9981d..a5e1106d15 100644 --- a/OWNERS +++ b/OWNERS @@ -3,20 +3,21 @@ file:ENG_REVIEW_OWNERS per-file .*=file:INFRA_OWNERS -per-file .mailmap=file:COMMON_OWNERS per-file .bazelrc=file:COMMON_OWNERS +per-file .mailmap=file:COMMON_OWNERS +per-file codereview.settings=file:INFRA_OWNERS +per-file AUTHORS=file:COMMON_OWNERS per-file BUILD.bazel=file:COMMON_OWNERS per-file BUILD.gn=file:COMMON_OWNERS -per-file WORKSPACE=file:COMMON_OWNERS per-file DEPS=file:INFRA_OWNERS +per-file INFRA_OWNERS=file:INFRA_OWNERS +per-file PRESUBMIT.py=file:INFRA_OWNERS +per-file WATCHLISTS=file:COMMON_OWNERS +per-file WORKSPACE=file:COMMON_OWNERS + # For Test262 rolls. per-file DEPS=mathias@chromium.org per-file DEPS=syg@chromium.org -per-file PRESUBMIT.py=file:INFRA_OWNERS -per-file codereview.settings=file:INFRA_OWNERS - -per-file AUTHORS=file:COMMON_OWNERS -per-file WATCHLISTS=file:COMMON_OWNERS # Needed by the auto_tag builder per-file WATCHLISTS=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com