nextcloud/.mention-bot

24 lines
362 B
Plaintext
Raw Normal View History

{
"maxReviewers": 3,
"numFilesToCheck": 5,
"alwaysNotifyForPaths": [
{
"name": "DeepDiver1975",
"files": [
"apps/dav/**"
]
2015-12-24 14:52:13 +03:00
},
{
"name": "Xenopathic",
"files": [
"apps/files_external/**"
]
}
],
"userBlacklist": [
"owncloud-bot",
"scrutinizer-auto-fixer",
"th3fallen"
]
}