From f9e6eb6d39fdfd0e190ebf0cb6836dcf5ba9a705 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Tue, 13 Sep 2016 10:30:11 +0200
Subject: [PATCH] Try to mention 3 people that will leave comments

---
 .mention-bot | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.mention-bot b/.mention-bot
index ca3a86dd18b..8a4373f6bd5 100644
--- a/.mention-bot
+++ b/.mention-bot
@@ -2,12 +2,6 @@
   "maxReviewers": 3,
   "numFilesToCheck": 5,
   "alwaysNotifyForPaths": [
-    {
-      "name": "DeepDiver1975",
-      "files": [
-        "apps/dav/**"
-      ]
-    },
     {
       "name": "nickvergessen",
       "files": [
@@ -25,7 +19,9 @@
     }
   ],
   "userBlacklist": [
+    "DeepDiver1975",
     "owncloud-bot",
+    "PVince81",
     "scrutinizer-auto-fixer",
     "th3fallen",
     "zander"
-- 
GitLab