# 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@google.com', ], }, }