forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mention-bot
23 lines (23 loc) · 895 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
{
"maxReviewers": 10,
"numFilesToCheck": 100,
"message": "Thanks @pullRequester for contributing to The Framework Benchmarks! @reviewers, code you've worked on has been modified. If you have the chance, please review. If you wish to unsubscribe from these notices, please open a Pull Request with the commit message `[ci skip]` and your github name added to the userBlacklist array in the `.mention-bot` file.",
"alwaysNotifyForPaths": [
{
"name": "TechEmpower",
"files": ["*"],
"skipTeamPrs": false
}
],
"fileBlacklist": [".travis.yml"],
"userBlacklist": ["hamiltont", "MalcolmEvershed"],
"userBlacklistForPR": [],
"actions": ["opened"],
"skipAlreadyAssignedPR": false,
"skipAlreadyMentionedPR": false,
"assignToReviewer": false,
"createReviewRequest": false,
"skipTitle": "review-skip",
"delayed": false,
"skipCollaboratorPR": false
}