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 656B

12345678910111213141516171819202122232425262728293031323334
  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. "luckydonald",
  30. "jancborchardt"
  31. ],
  32. "createReviewRequest": true,
  33. "createComment": false
  34. }