Add an OWNERS file for the new Dart Model team
Moving forward, the Dart Model team will own the following packages: - _fe_analyzer_shared - analyzer - analyzer_cli - analyzer_utilities - front_end - frontend_server - kernel - testing In follow-up CLs I will create an OWNERS file for the developer experience team, and then remove the OWNERS files for the old analyzer and CFE teams. Change-Id: Id7cf38ea41a6d3f9ca44f43fae1f310426a31e29 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409841 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
file:/tools/OWNERS_ANALYZER
|
||||
file:/tools/OWNERS_CFE
|
||||
file:/tools/OWNERS_MODEL
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
file:/tools/OWNERS_ANALYZER
|
||||
file:/tools/OWNERS_MODEL
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
file:/tools/OWNERS_ANALYZER
|
||||
file:/tools/OWNERS_MODEL
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
file:/tools/OWNERS_ANALYZER
|
||||
file:/tools/OWNERS_MODEL
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
set noparent
|
||||
file:/tools/OWNERS_CFE
|
||||
# In addition to CFE team allow global owners.
|
||||
file:/tools/OWNERS_MODEL
|
||||
# In addition to CFE and Dart Model teams allow global owners.
|
||||
file:/OWNERS
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
set noparent
|
||||
file:/tools/OWNERS_CFE
|
||||
# In addition to CFE team allow global owners.
|
||||
file:/tools/OWNERS_MODEL
|
||||
# In addition to CFE and Dart Model teams allow global owners.
|
||||
file:/OWNERS
|
||||
|
||||
# Add the VM team as owners of ResidentFrontendServer-related files.
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
set noparent
|
||||
file:/tools/OWNERS_CFE
|
||||
# In addition to CFE team allow global owners.
|
||||
file:/tools/OWNERS_MODEL
|
||||
# In addition to CFE and Dart Model teams allow global owners.
|
||||
file:/OWNERS
|
||||
|
||||
# Let the infrastructure team bump the language version on releases.
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
file:/tools/OWNERS_CFE
|
||||
file:/tools/OWNERS_MODEL
|
||||
|
||||
@@ -11,6 +11,7 @@ per-file OWNERS_ECOSYSTEM=file:OWNERS_ECOSYSTEM
|
||||
per-file OWNERS_FOUNDATION=file:OWNERS_FOUNDATION
|
||||
per-file OWNERS_GOOGLE3=file:OWNERS_GOOGLE3
|
||||
per-file OWNERS_INFRA=file:OWNERS_INFRA
|
||||
per-file OWNERS_MODEL=file:OWNERS_MODEL
|
||||
per-file OWNERS_PRODUCT=file:OWNERS_PRODUCT
|
||||
per-file OWNERS_PUB=file:OWNERS_PUB
|
||||
per-file OWNERS_VM=file:OWNERS_VM
|
||||
|
||||
@@ -7,6 +7,7 @@ file:OWNERS_ECOSYSTEM
|
||||
file:OWNERS_FOUNDATION
|
||||
file:OWNERS_GOOGLE3
|
||||
file:OWNERS_INFRA
|
||||
file:OWNERS_MODEL
|
||||
file:OWNERS_PUB
|
||||
file:OWNERS_VM
|
||||
file:OWNERS_WEB
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
cstefantsova@google.com
|
||||
davidmorgan@google.com
|
||||
jensj@google.com
|
||||
johnniwinther@google.com
|
||||
paulberry@google.com
|
||||
scheglov@google.com
|
||||
Reference in New Issue
Block a user