Calibrating mention-bot (#4286)

- No need for it on PRs by team members
- Should not immediately jump into action

New mention-bot functionality courtesy of @saiqulhaq!
This commit is contained in:
Erlend Sogge Heggen 2016-06-23 14:42:40 +02:00 committed by Régis Hanol
parent 5bfc9cf69e
commit d396c89a21
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
{
"maxReviewers": 2,
"message": "Thanks @pullRequester for your pull request :+1:. By analyzing the blame information on this pull request, I identified @reviewers to be potential reviewers.",
"requiredOrgs": ["discourse"]
"maxReviewers": 2,
"message": "Thanks @pullRequester for your pull request :+1:. By analyzing the blame information on this pull request, I identified @reviewers to be potential reviewers.",
"requiredOrgs": ["discourse"],
"skipCollaboratorPR": true,
"delayed": true,
"delayedUntil": "6d"
}