summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS8
1 files changed, 8 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index c0a5e85..0d9258d 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -87,6 +87,12 @@
'tools': {
'filepath': 'tools/.*',
},
+ 'tests': {
+ 'filepath': 'unittest|browsertest|uitest',
+ },
+ 'automation': {
+ 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
+ },
},
'WATCHLISTS': {
@@ -118,5 +124,7 @@
'idana@chromium.org'],
'layout_tests': ['pam@chromium.org'],
'tools': ['pam@chromium.org'],
+ 'tests': ['phajdan.jr@chromium.org'],
+ 'automation': ['phajdan.jr@chromium.org'],
},
}