[infra] Add OWNERS to the Dart SDK
* Add team "groups" in tools/OWNERS_<group name>. * Add top-level OWNERS as a fallback. * Add OWNERS for all top-level directories. * Add OWNERS to all packages. For additional background information see go/dart-sdk-owners. TEST=No op until code-owners is enabled. Bug: b/200915407 Change-Id: I7fe6116cc599c749cd50ca16151d6d6a801d99d7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229147 Reviewed-by: Jonas Termansen <sortie@google.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Global approvers - only to be used as a last resort.
|
||||
asiva@google.com #{LAST_RESORT_SUGGESTION}
|
||||
athom@google.com #{LAST_RESORT_SUGGESTION}
|
||||
kustermann@google.com #{LAST_RESORT_SUGGESTION}
|
||||
leafp@google.com #{LAST_RESORT_SUGGESTION}
|
||||
sigmund@google.com #{LAST_RESORT_SUGGESTION}
|
||||
vegorov@google.com #{LAST_RESORT_SUGGESTION}
|
||||
vsm@google.com #{LAST_RESORT_SUGGESTION}
|
||||
|
||||
# DEPS
|
||||
per-file DEPS=/tools/OWNERS_ENG
|
||||
|
||||
# Changelog, AUTHORS, and .git* do not require approval.
|
||||
per-file CHANGELOG.md,AUTHORS,.gitattributes,.gitconfig,.gitignore=*
|
||||
|
||||
# Product documentation
|
||||
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_VM,file:/tools/OWNERS_INFRA
|
||||
|
||||
# Generated file
|
||||
per-file .packages=*
|
||||
Reference in New Issue
Block a user