blob: 4d8406aec5981ffc63646a8375108b11103374b8 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Watchlist Rules
# Refer: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/infra/watchlists.md
# IMPORTANT: The regular expression filepath is tested against each path using
# re.search, so it is not usually necessary to add .*.
{
'WATCHLIST_DEFINITIONS': {
'all': {
'filepath': '.',
},
},
'WATCHLISTS': {
'all': [
'cbruni+watch@chromium.org',
'faridzad+watch@google.com',
'johnchen+watch@chromium.org',
],
},
}