From 9c3b2a3991ce704469eb3598bbe34d9a60537911 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Jul 2017 08:44:01 +0200 Subject: [PATCH] Move mention-bot notifications to code owners Signed-off-by: Joas Schilling --- .github/CODEOWNERS | 2 ++ .mention-bot | 34 ---------------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 .mention-bot diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..833eba0400 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +*/Activity/* @nickvergessen +*/Notifications/* @nickvergessen diff --git a/.mention-bot b/.mention-bot deleted file mode 100644 index 1f4e6f911f..0000000000 --- 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 -}