server/.mention-bot

35 lines
656 B
Text
Raw Normal View History

{
"maxReviewers": 3,
"numFilesToCheck": 5,
"alwaysNotifyForPaths": [
{
"name": "nickvergessen",
"files": [
2016-04-18 10:47:47 +00:00
"lib/private/Activity/**",
"lib/private/Notification/**",
"lib/public/Activity/**",
2016-05-19 07:51:20 +00:00
"lib/public/Notification/**"
]
},
2015-12-24 11:52:13 +00:00
{
"name": "Xenopathic",
"files": [
"apps/files_external/**"
]
}
],
"userBlacklist": [
"DeepDiver1975",
2016-09-13 08:33:03 +00:00
"nextcloud-bot",
"owncloud-bot",
"PVince81",
"scrutinizer-auto-fixer",
"th3fallen",
"zander",
"luckydonald",
"jancborchardt"
],
"createReviewRequest": true,
"createComment": false
}