Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-07-07 09:44:01 +0300
committerJoas Schilling <coding@schilljs.com>2017-07-07 09:44:01 +0300
commit9c3b2a3991ce704469eb3598bbe34d9a60537911 (patch)
tree9c9a4d0b28032bd11168361c3ffc6aaa824daa57 /.mention-bot
parent984953ef4a5917e672118a96e3b3714862011308 (diff)
Move mention-bot notifications to code owners
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot34
1 files changed, 0 insertions, 34 deletions
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
-}