diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-13 10:30:11 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-13 10:30:11 +0200 |
commit | f9e6eb6d39fdfd0e190ebf0cb6836dcf5ba9a705 (patch) | |
tree | bdbcc8a1fc20ce90d92bc2430503167d6030f992 /.mention-bot | |
parent | feb85981cd6815083ee095d4c91b6ce8fbdfd50e (diff) | |
download | nextcloud-server-f9e6eb6d39fdfd0e190ebf0cb6836dcf5ba9a705.tar.gz nextcloud-server-f9e6eb6d39fdfd0e190ebf0cb6836dcf5ba9a705.zip |
Try to mention 3 people that will leave comments
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.mention-bot b/.mention-bot index ca3a86dd18b..8a4373f6bd5 100644 --- a/.mention-bot +++ b/.mention-bot @@ -3,12 +3,6 @@ "numFilesToCheck": 5, "alwaysNotifyForPaths": [ { - "name": "DeepDiver1975", - "files": [ - "apps/dav/**" - ] - }, - { "name": "nickvergessen", "files": [ "lib/private/Activity/**", @@ -25,7 +19,9 @@ } ], "userBlacklist": [ + "DeepDiver1975", "owncloud-bot", + "PVince81", "scrutinizer-auto-fixer", "th3fallen", "zander" |