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:
authorClark Tomlinson <fallen013@gmail.com>2016-01-06 18:08:59 +0300
committerClark Tomlinson <fallen013@gmail.com>2016-01-06 18:08:59 +0300
commit1215d760185d1a06b33caf03d0e9f3c99e52330a (patch)
treec204ed019502b094e0ce9a05cbc457aacb171baf /.mention-bot
parent12b0e9e3bdd6de2d35165a52072d534c7c2f5fc2 (diff)
Blacklist myself
To stop being mentioned endlessly
Diffstat (limited to '.mention-bot')
-rw-r--r--.mention-bot16
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"
+ ]
}