WATCHLISTS 564 B

1234567891011121314151617181920212223242526
  1. # Copyright 2015 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # Watchlist Rules
  5. # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
  6. {
  7. 'WATCHLIST_DEFINITIONS': {
  8. 'all': {
  9. 'filepath': '.+',
  10. },
  11. },
  12. 'WATCHLISTS': {
  13. 'all': [
  14. # Add yourself here to get explicitly spammed.
  15. 'maruel@chromium.org',
  16. 'tandrii+luci-go@chromium.org',
  17. 'todd@cloudera.com',
  18. 'andrew.wang@cloudera.com',
  19. ],
  20. },
  21. }