diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-07 16:35:20 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-07 16:35:20 +0100 |
commit | 548a7f3c0452351d0e2744dcef1446e26ec562fa (patch) | |
tree | 086c720d0209aca720dbfbe1934eb0f35d76ab43 /.mention-bot | |
parent | e4c5bf790d670eceac01f2e8c7750182b17123f3 (diff) | |
download | nextcloud-server-548a7f3c0452351d0e2744dcef1446e26ec562fa.tar.gz nextcloud-server-548a7f3c0452351d0e2744dcef1446e26ec562fa.zip |
Adding a basic configuration for the mention bot
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 00000000000..b342edbd214 --- /dev/null +++ b/.mention-bot @@ -0,0 +1,11 @@ +{ + "maxReviewers": 3, + "numFilesToCheck": 5, + "alwaysNotifyForPaths": [ + { + "name": "DeepDiver1975", + "files": ["apps/dav/**"] + } + ], + "userBlacklist": ["owncloud-bot"] +} |