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

@ -3,13 +3,21 @@
"numFilesToCheck": 5, "numFilesToCheck": 5,
"alwaysNotifyForPaths": [ "alwaysNotifyForPaths": [
{ {
"name": "DeepDiver1975", "name": "DeepDiver1975",
"files": ["apps/dav/**"] "files": [
"apps/dav/**"
]
}, },
{ {
"name": "Xenopathic", "name": "Xenopathic",
"files": ["apps/files_external/**"] "files": [
"apps/files_external/**"
]
} }
], ],
"userBlacklist": ["owncloud-bot", "scrutinizer-auto-fixer"] "userBlacklist": [
"owncloud-bot",
"scrutinizer-auto-fixer",
"th3fallen"
]
} }