From d03160e55216213106f93d8c64f4d4fdbdf4503a Mon Sep 17 00:00:00 2001 From: Jonas Termansen Date: Thu, 14 Dec 2023 12:38:11 +0000 Subject: [PATCH] Assign owners to each top level file. Fixes: b/316131537 Change-Id: I68cfe2a987a11f1bf750dfdd021cfc0924667570 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341541 Reviewed-by: Alexander Thomas Commit-Queue: Jonas Termansen --- OWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OWNERS b/OWNERS index bb0f7daa4e2..932686720a8 100644 --- a/OWNERS +++ b/OWNERS @@ -12,13 +12,16 @@ vsm@google.com #{LAST_RESORT_SUGGESTION} per-file DEPS=file:/tools/OWNERS_ENG # Changelog, AUTHORS, and .git* do not require approval. -per-file CHANGELOG.md,AUTHORS,.gitattributes,.gitconfig,.gitignore=* +per-file CHANGELOG.md,AUTHORS,WATCHLISTS,.gitattributes,.gitconfig,.gitignore,sdk.code-workspace=* # Product documentation per-file CONTRIBUTING.md,LICENSE,PATENT_GRANT,README.*,SECURITY.md=file:/tools/OWNERS_PRODUCT # Top level build files -per-file .clang-format,BUILD.gn,sdk_args.gni=file:/tools/OWNERS_BUILD +per-file .clang-format,.gn,BUILD.gn,sdk_args.gni=file:/tools/OWNERS_BUILD + +# Infrastructure files. +per-file .style.yapf,codereview.settings,PRESUBMIT.py=file:/tools/OWNERS_INFRA # Generated file per-file .packages=*