123456789101112131415161718192021222324252627282930313233 |
- {
- "maxReviewers": 3,
- "numFilesToCheck": 5,
- "alwaysNotifyForPaths": [
- {
- "name": "DeepDiver1975",
- "files": [
- "apps/dav/**"
- ]
- },
- {
- "name": "nickvergessen",
- "files": [
- "lib/private/Activity/**",
- "lib/private/Notification/**",
- "lib/public/Activity/**",
- "lib/public/Notification/**"
- ]
- },
- {
- "name": "Xenopathic",
- "files": [
- "apps/files_external/**"
- ]
- }
- ],
- "userBlacklist": [
- "owncloud-bot",
- "scrutinizer-auto-fixer",
- "th3fallen",
- "zander"
- ]
- }
|