From f9e6eb6d39fdfd0e190ebf0cb6836dcf5ba9a705 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 13 Sep 2016 10:30:11 +0200 Subject: [PATCH 1/2] 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 ca3a86dd18..8a4373f6bd 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" From 5f1da7692a487cdf81dddc22c2f4dba547498b8e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 13 Sep 2016 10:33:03 +0200 Subject: [PATCH 2/2] add nextcloud-bot to userBlacklist --- .mention-bot | 1 + 1 file changed, 1 insertion(+) diff --git a/.mention-bot b/.mention-bot index 8a4373f6bd..69dbe9b889 100644 --- a/.mention-bot +++ b/.mention-bot @@ -20,6 +20,7 @@ ], "userBlacklist": [ "DeepDiver1975", + "nextcloud-bot", "owncloud-bot", "PVince81", "scrutinizer-auto-fixer",