From 9c3b2a3991ce704469eb3598bbe34d9a60537911 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Jul 2017 08:44:01 +0200 Subject: Move mention-bot notifications to code owners Signed-off-by: Joas Schilling --- .mention-bot | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .mention-bot (limited to '.mention-bot') diff --git a/.mention-bot b/.mention-bot deleted file mode 100644 index 1f4e6f911f7..00000000000 --- a/.mention-bot +++ /dev/null @@ -1,34 +0,0 @@ -{ - "maxReviewers": 3, - "numFilesToCheck": 5, - "alwaysNotifyForPaths": [ - { - "name": "nickvergessen", - "files": [ - "lib/private/Activity/**", - "lib/private/Notification/**", - "lib/public/Activity/**", - "lib/public/Notification/**" - ] - }, - { - "name": "Xenopathic", - "files": [ - "apps/files_external/**" - ] - } - ], - "userBlacklist": [ - "DeepDiver1975", - "nextcloud-bot", - "owncloud-bot", - "PVince81", - "scrutinizer-auto-fixer", - "th3fallen", - "zander", - "luckydonald", - "jancborchardt" - ], - "createReviewRequest": true, - "createComment": false -} -- cgit v1.2.3