Files
chromium_depot_tools/WATCHLISTS
Edward Lesmes f90afd3eb5 WATCHLISTS: CC chops-source-team@ on all depot_tools changes.
Change-Id: I60572a93178038335b5a6af0f03ad6500a72c862
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2194898
Reviewed-by: Andy Perelson <ajp@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
2020-05-12 02:39:45 +00:00

27 lines
534 B
Plaintext
Executable File

# Copyright (c) 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Watchlist Rules
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
{
'WATCHLIST_DEFINITIONS': {
'this_file': {
'filepath': '^WATCHLISTS$',
},
'depot_tools': {
'filepath': '.+',
},
},
'WATCHLISTS': {
'this_file': [],
'depot_tools': [
'chops-source-team+depot_tools@google.com',
],
},
}