WATCHLISTS 694 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright (c) 2019 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: https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/infra/watchlists.md
  6. {
  7. 'WATCHLIST_DEFINITIONS': {
  8. 'this_file': {
  9. 'filepath': '^WATCHLISTS$',
  10. },
  11. 'depot_tools': {
  12. 'filepath': '.+',
  13. },
  14. 'build': {
  15. 'filepath': '.*(ninja|reclient|siso).*',
  16. },
  17. },
  18. 'WATCHLISTS': {
  19. 'this_file': [],
  20. 'depot_tools': [
  21. 'chops-source-team-auto+depot_tools@google.com',
  22. ],
  23. 'build': [
  24. 'chrome-build-team@google.com',
  25. ],
  26. },
  27. }