Update WATCHLISTS to get notifications about changes in kernel and pkg/vm
Change-Id: I1f8d0a739ade56810d29a3cf58dc619f5938b77b Reviewed-on: https://dart-review.googlesource.com/59360 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Reviewed-by: Zach Anderson <zra@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
35c93a6fdc
commit
53963bc630
+6
-1
@@ -27,6 +27,9 @@
|
||||
'kernel': {
|
||||
'filepath': '^pkg/kernel',
|
||||
},
|
||||
'package_vm': {
|
||||
'filepath': '^pkg/vm',
|
||||
},
|
||||
'messages_review': {
|
||||
'filepath': (
|
||||
'^('
|
||||
@@ -62,10 +65,12 @@
|
||||
'build': [ 'zra@google.com', 'keertip@google.com' ],
|
||||
'front_end': [ 'dart-fe-team+reviews@google.com' ],
|
||||
'http': [ 'zra@google.com' ],
|
||||
'kernel': [ 'karlklose@google.com', 'jensj@google.com', 'kmillikin@google.com' ],
|
||||
'kernel': [ 'karlklose@google.com', 'jensj@google.com', 'kmillikin@google.com',
|
||||
'alexmarkov@google.com' ],
|
||||
'messages_review': [ 'dart-uxr+reviews@google.com' ],
|
||||
'mirrors' : [ 'rmacnak@google.com' ],
|
||||
'observatory': [ 'rmacnak@google.com' ],
|
||||
'package_vm': [ 'alexmarkov@google.com' ],
|
||||
'runtime': [ 'vm-dev@dartlang.org' ],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user