forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mention-bot
39 lines (38 loc) · 1.34 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
{
"maxReviewers": 5,
"numFilesToCheck": 10,
"message": "@pullRequester, thanks! Based upon the content in this PR, we need a review from @reviewers",
"alwaysNotifyForPaths": [
{
"name": "mattstratton",
"files": [".gitignore","config.toml","config-windows.toml", "gulpfile.js", "utilities/**/*", "themes/**/*", "content/page/**/*", "static/_redirects", "data/core.toml"],
"skipTeamPrs": true
},
{
"name": "MikeRosTX",
"files": [".gitignore","config.toml","config-windows.toml", "themes/**/*", "content/page/**/*"],
"skipTeamPrs": true
},
{
"name": "phrawzty",
"files": [".gitignore","config.toml","config-windows.toml", "themes/**/*", "content/page/**/*"],
"skipTeamPrs": true
},
{
"name": "bridgetkromhout",
"files": [".gitignore","config.toml","config-windows.toml", "utilities/**/*", "themes/**/*", "content/page/**/*", "data/core.toml"],
"skipTeamPrs": false
}
],
"findPotentialReviewers": false,
"userBlacklist": [],
"userBlacklistForPR": ["mattstratton","bridgetkromhout"],
"requiredOrgs": ["devopsdays"],
"skipAlreadyAssignedPR": false,
"skipAlreadyMentionedPR": false,
"assignToReviewer": true,
"createReviewRequest": true,
"createComment": true,
"skipTitle": "",
"skipCollaboratorPR": false
}