Yang Guo | fbdd3f3 | 2019-10-28 15:21:43 +0100 | [diff] [blame] | 1 | # 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 | }, |
Yang Guo | 805eb48 | 2019-10-29 09:36:44 +0100 | [diff] [blame^] | 16 | 'chromedriver': { |
| 17 | 'filepath': 'front_end/emulated_devices/module.json', |
| 18 | }, |
Yang Guo | fbdd3f3 | 2019-10-28 15:21:43 +0100 | [diff] [blame] | 19 | }, |
| 20 | |
| 21 | 'WATCHLISTS': { |
| 22 | 'all': ['devtools-reviews+devtools@chromium.org'], |
Yang Guo | 805eb48 | 2019-10-29 09:36:44 +0100 | [diff] [blame^] | 23 | 'chromedriver': ['johnchen+watch@chromium.org'], |
Yang Guo | fbdd3f3 | 2019-10-28 15:21:43 +0100 | [diff] [blame] | 24 | }, |
| 25 | } |