Merge pull request #21488 from th3fallen/patch-1

Blacklist myself
This commit is contained in:
Thomas Müller 2016-01-06 16:57:43 +01:00
commit d878002ee6
1 changed files with 12 additions and 4 deletions

View File

@ -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"
]
}