You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.mention-bot 590B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "maxReviewers": 3,
  3. "numFilesToCheck": 5,
  4. "alwaysNotifyForPaths": [
  5. {
  6. "name": "DeepDiver1975",
  7. "files": [
  8. "apps/dav/**"
  9. ]
  10. },
  11. {
  12. "name": "nickvergessen",
  13. "files": [
  14. "lib/private/Activity/**",
  15. "lib/private/Notification/**",
  16. "lib/public/Activity/**",
  17. "lib/public/Notification/**"
  18. ]
  19. },
  20. {
  21. "name": "Xenopathic",
  22. "files": [
  23. "apps/files_external/**"
  24. ]
  25. }
  26. ],
  27. "userBlacklist": [
  28. "owncloud-bot",
  29. "scrutinizer-auto-fixer",
  30. "th3fallen",
  31. "zander"
  32. ]
  33. }