.mention-bot 557 B

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