forked from studentinsights/studentinsights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mention-bot
30 lines (30 loc) · 805 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
{
"maxReviewers": 5,
"numFilesToCheck": 10,
"message": "@pullRequester, this looks like it might be worth double-checking! @reviewers might be able to help.",
"alwaysNotifyForPaths": [
{
"name": "alexsoble",
"files": ["config/**/*.rb", "Procfile", ".eslintrc"],
"skipTeamPrs": false
}
],
"fallbackNotifyForPaths": [],
"findPotentialReviewers": false,
"fileBlacklist": ["*.md"],
"userBlacklist": [],
"userBlacklistForPR": [],
"requiredOrgs": [],
"actions": ["opened"],
"branches": [],
"skipAlreadyAssignedPR": false,
"skipAlreadyMentionedPR": false,
"assignToReviewer": false,
"createReviewRequest": false,
"createComment": true,
"skipTitle": "",
"withLabel": "",
"delayed": false,
"delayedUntil": "3d",
"skipCollaboratorPR": false
}