diff --git a/WATCHLISTS b/WATCHLISTS index a5699abcf1b..7af0ee35dd5 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -50,6 +50,9 @@ 'feature_shipping_status': { 'filepath': 'src/flag-definitions.h', }, + 'merges': { + 'filepath': '.', + }, }, 'WATCHLISTS': { @@ -69,5 +72,9 @@ 'feature_shipping_status': [ 'hablich@chromium.org', ], + 'merges': [ + # Only enabled on branches created with tools/release/create_release.py + 'v8-merges@googlegroups.com', + ], }, }