forked from expertiza/expertiza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mention-bot
46 lines (46 loc) · 1.08 KB
/
.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
{
"maxReviewers": 3,
"numFilesToCheck": 20,
"message": "Hi @pullRequester, thank you for your contributions! @reviewers, please review this pull request.",
"alwaysNotifyForPaths": [
{
"name": "Winbobob",
"files": ["spec", "*.yml"],
"skipTeamPrs": false
}
],
"fallbackNotifyForPaths": [
{
"name": "efg",
"files": ["app", "config", "db"],
"skipTeamPrs": false
},
{
"name": "Winbobob",
"files": ["app", "config", "db"],
"skipTeamPrs": false
},
{
"name": "TheAkbar",
"files": ["app", "config", "db"],
"skipTeamPrs": false
}
],
"findPotentialReviewers": false,
"fileBlacklist": ["*.md"],
"userBlacklist": [],
"userBlacklistForPR": [],
"requiredOrgs": ["expertiza"],
"actions": ["opened"],
"branches": [],
"skipAlreadyAssignedPR": true,
"skipAlreadyMentionedPR": true,
"assignToReviewer": false,
"createReviewRequest": true,
"createComment": true,
"skipTitle": "wip",
"withLabel": "",
"delayed": false,
"delayedUntil": "10d",
"skipCollaboratorPR": false
}