[web] change watchlists to cc team emails instead of individuals

Change-Id: Ibba6756340c8f9f665e0c44536a2d851ff785e08
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145443
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2020-05-14 04:40:47 +00:00 committed by commit-bot@chromium.org
parent f99631b12c
commit 70f228db5e

View file

@ -32,6 +32,14 @@
'^tests/compiler/dart2js'
)
},
'dartdevc': {
'filepath': (
'^pkg/dev_compiler|'
'^sdk/lib/_internal/js_dev_runtime|'
'^sdk_nnbd/lib/_internal/js_dev_runtime|'
'^tests/compiler/dartdevc_native'
)
},
'package_vm': {
'filepath': '^pkg/vm/',
},
@ -68,8 +76,8 @@
'WATCHLISTS': {
'build': [ 'keertip@google.com' ],
'dart2js': [ 'sigmund@google.com', 'sra@google.com',
'fishythefish@google.com', 'joshualitt@google.com' ],
'dart2js': [ 'dart2js-team+reviews@google.com' ],
'dartdevc': [ 'dart-dc-team+reviews@google.com' ],
'front_end': [ 'dart-fe-team+reviews@google.com' ],
'kernel': [ 'jensj@google.com', 'alexmarkov@google.com' ],
'messages_review': [ 'dart-uxr+reviews@google.com' ],