mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 07:38:45 -05:00
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:
parent
5bfc9cf69e
commit
d396c89a21
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue