1# Copyright 2022 The Chromium Authors 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/+/HEAD/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 'WATCHLIST_DEFINITIONS': { 12 'all': { 13 'filepath': '.', 14 }, 15 }, 16 'WATCHLISTS': { 17 'all': [ 18 'cbruni+watch@google.com', 19 ], 20 }, 21}