diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2016-01-06 10:08:59 -0500 |
---|---|---|
committer | Clark Tomlinson <fallen013@gmail.com> | 2016-01-06 10:08:59 -0500 |
commit | 1215d760185d1a06b33caf03d0e9f3c99e52330a (patch) | |
tree | c204ed019502b094e0ce9a05cbc457aacb171baf /.mention-bot | |
parent | 12b0e9e3bdd6de2d35165a52072d534c7c2f5fc2 (diff) | |
download | nextcloud-server-1215d760185d1a06b33caf03d0e9f3c99e52330a.tar.gz nextcloud-server-1215d760185d1a06b33caf03d0e9f3c99e52330a.zip |
Blacklist myself
To stop being mentioned endlessly
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 16 |
1 files 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" + ] } |