Browse Source

Adding a basic configuration for the mention bot

remotes/origin/fix_emit_scanFiles
Thomas Müller 10 years ago
parent
commit
548a7f3c04
  1. 11
      .mention-bot

11
.mention-bot

@ -0,0 +1,11 @@
{
"maxReviewers": 3,
"numFilesToCheck": 5,
"alwaysNotifyForPaths": [
{
"name": "DeepDiver1975",
"files": ["apps/dav/**"]
}
],
"userBlacklist": ["owncloud-bot"]
}
Loading…
Cancel
Save