Adding a basic configuration for the mention bot
This commit is contained in:
parent
e4c5bf790d
commit
548a7f3c04
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"maxReviewers": 3,
|
||||
"numFilesToCheck": 5,
|
||||
"alwaysNotifyForPaths": [
|
||||
{
|
||||
"name": "DeepDiver1975",
|
||||
"files": ["apps/dav/**"]
|
||||
}
|
||||
],
|
||||
"userBlacklist": ["owncloud-bot"]
|
||||
}
|
Loading…
Reference in New Issue