depot_tools: Add ehmaldonado to WATCHLISTS.
Change-Id: I086ebb327ca9ad3021c50bbc159867ea150daabd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1898695 Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>changes/95/1898695/3
parent
7e55700844
commit
5803e49603
@ -0,0 +1,26 @@
|
|||||||
|
# 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': [
|
||||||
|
'ehmaldonado+depot_tools@google.com',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue