Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 70f228d

Browse files
sigmundchcommit-bot@chromium.org
authored andcommitted
[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 <[email protected]> Reviewed-by: Stephen Adams <[email protected]> Commit-Queue: Sigmund Cherem <[email protected]>
1 parent f99631b commit 70f228d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

WATCHLISTS

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
'^tests/compiler/dart2js'
3333
)
3434
},
35+
'dartdevc': {
36+
'filepath': (
37+
'^pkg/dev_compiler|'
38+
'^sdk/lib/_internal/js_dev_runtime|'
39+
'^sdk_nnbd/lib/_internal/js_dev_runtime|'
40+
'^tests/compiler/dartdevc_native'
41+
)
42+
},
3543
'package_vm': {
3644
'filepath': '^pkg/vm/',
3745
},
@@ -68,8 +76,8 @@
6876

6977
'WATCHLISTS': {
7078
'build': [ '[email protected]' ],
71-
'dart2js': [ 'sigmund@google.com', '[email protected]',
72-
'[email protected]', 'joshualitt@google.com' ],
79+
'dart2js': [ 'dart2js-team+reviews@google.com' ],
80+
'dartdevc': [ 'dart-dc-team+reviews@google.com' ],
7381
'front_end': [ '[email protected]' ],
7482
7583
'messages_review': [ '[email protected]' ],

0 commit comments

Comments
 (0)