forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mention-bot
48 lines (48 loc) · 889 Bytes
/
.mention-bot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"maxReviewers": 3,
"numFilesToCheck": 5,
"alwaysNotifyForPaths": [
{
"name": "DeepDiver1975",
"files": [
"apps/dav/**"
]
},
{
"name": "nickvergessen",
"files": [
"lib/private/Activity/**",
"lib/private/Notification/**",
"lib/public/Activity/**",
"lib/public/Notification/**"
]
},
{
"name": "Xenopathic",
"files": [
"apps/files_external/**"
]
}
],
"userBlacklist": [
"owncloud-bot",
"scrutinizer-auto-fixer",
"owncloud-news-gitter-bot",
"th3fallen",
"zander",
"icewind1991",
"schiessle",
"LukasReschke",
"blizzz",
"jancborchardt",
"nickvergessen",
"Xenopathic",
"MorrisJobke",
"rullzer",
"georgehrke",
"ChristophWurst",
"jospoortvliet",
"karlitschek",
"BernhardPosselt"
]
}