blob: 7b5194b1ea23c66befebd8be322240de57971db8 [file] [log] [blame]
Yang Guofbdd3f32019-10-28 15:21:43 +01001# Copyright (c) 2019 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Watchlist Rules
6# Refer: https://chromium.googlesource.com/chromium/src/+/master/docs/infra/watchlists.md
7
8# IMPORTANT: The regular expression filepath is tested against each path using
9# re.search, so it is not usually necessary to add .*.
10
11{
12 'WATCHLIST_DEFINITIONS': {
13 'all': {
14 'filepath': '.',
15 },
16 },
17
18 'WATCHLISTS': {
19 'all': ['devtools-reviews+devtools@chromium.org'],
20 },
21}