mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 01:40:40 +08: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,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…
x
Reference in New Issue
Block a user