Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-07 18:35:20 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-07 18:35:20 +0300
commit548a7f3c0452351d0e2744dcef1446e26ec562fa (patch)
tree086c720d0209aca720dbfbe1934eb0f35d76ab43 /.mention-bot
parente4c5bf790d670eceac01f2e8c7750182b17123f3 (diff)
Adding a basic configuration for the mention bot
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot11
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"]
+}