Browse Source
Move mention-bot notifications to code owners
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5643/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
2 changed files with
2 additions and
34 deletions
-
.github/CODEOWNERS
-
.mention-bot
|
|
|
@ -0,0 +1,2 @@ |
|
|
|
*/Activity/* @nickvergessen |
|
|
|
*/Notifications/* @nickvergessen |
|
|
|
@ -1,34 +0,0 @@ |
|
|
|
{ |
|
|
|
"maxReviewers": 3, |
|
|
|
"numFilesToCheck": 5, |
|
|
|
"alwaysNotifyForPaths": [ |
|
|
|
{ |
|
|
|
"name": "nickvergessen", |
|
|
|
"files": [ |
|
|
|
"lib/private/Activity/**", |
|
|
|
"lib/private/Notification/**", |
|
|
|
"lib/public/Activity/**", |
|
|
|
"lib/public/Notification/**" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Xenopathic", |
|
|
|
"files": [ |
|
|
|
"apps/files_external/**" |
|
|
|
] |
|
|
|
} |
|
|
|
], |
|
|
|
"userBlacklist": [ |
|
|
|
"DeepDiver1975", |
|
|
|
"nextcloud-bot", |
|
|
|
"owncloud-bot", |
|
|
|
"PVince81", |
|
|
|
"scrutinizer-auto-fixer", |
|
|
|
"th3fallen", |
|
|
|
"zander", |
|
|
|
"luckydonald", |
|
|
|
"jancborchardt" |
|
|
|
], |
|
|
|
"createReviewRequest": true, |
|
|
|
"createComment": false |
|
|
|
} |