From 1215d760185d1a06b33caf03d0e9f3c99e52330a Mon Sep 17 00:00:00 2001
From: Clark Tomlinson <fallen013@gmail.com>
Date: Wed, 6 Jan 2016 10:08:59 -0500
Subject: [PATCH] Blacklist myself

To stop being mentioned endlessly
---
 .mention-bot | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/.mention-bot b/.mention-bot
index c805917bee0..766ea2bacf2 100644
--- a/.mention-bot
+++ b/.mention-bot
@@ -3,13 +3,21 @@
   "numFilesToCheck": 5,
   "alwaysNotifyForPaths": [
     {
-      "name": "DeepDiver1975", 
-      "files": ["apps/dav/**"] 
+      "name": "DeepDiver1975",
+      "files": [
+        "apps/dav/**"
+      ]
     },
     {
       "name": "Xenopathic",
-      "files": ["apps/files_external/**"]
+      "files": [
+        "apps/files_external/**"
+      ]
     }
   ],
-  "userBlacklist": ["owncloud-bot", "scrutinizer-auto-fixer"] 
+  "userBlacklist": [
+    "owncloud-bot",
+    "scrutinizer-auto-fixer",
+    "th3fallen"
+  ]
 }
-- 
GitLab