Blacklist myself

To stop being mentioned endlessly
This commit is contained in:
Clark Tomlinson 2016-01-06 10:08:59 -05:00
parent 12b0e9e3bd
commit 1215d76018
1 changed files with 12 additions and 4 deletions

View File

@ -4,12 +4,20 @@
"alwaysNotifyForPaths": [
{
"name": "DeepDiver1975",
"files": ["apps/dav/**"]
"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"
]
}