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

1234567891011121314151617181920212223
  1. {
  2. "maxReviewers": 3,
  3. "numFilesToCheck": 5,
  4. "alwaysNotifyForPaths": [
  5. {
  6. "name": "DeepDiver1975",
  7. "files": [
  8. "apps/dav/**"
  9. ]
  10. },
  11. {
  12. "name": "Xenopathic",
  13. "files": [
  14. "apps/files_external/**"
  15. ]
  16. }
  17. ],
  18. "userBlacklist": [
  19. "owncloud-bot",
  20. "scrutinizer-auto-fixer",
  21. "th3fallen"
  22. ]
  23. }