Update mention bot configuration to avoid mentioning people twice

This updates the config to avoid mentioning people twice as well as
assinging people appropriately.
This commit is contained in:
Charlie Drage 2017-07-11 12:10:16 -04:00
parent 5f0626769b
commit de3108b6b7

View File

@ -1,7 +1,9 @@
{
"numFilesToCheck": 10,
"message": "@pullRequester, thanks! @reviewers, please review this.",
"message": "@pullRequester, thank you for the pull request! We'll ping some people to review your PR. @reviewers, please review this.",
"fileBlacklist": ["*.md"],
"userBlacklist": ["ngtuna", "janetkuo", "sebgoa"],
"actions": ["opened", "labeled"]
"actions": ["opened", "labeled"],
"skipAlreadyMentionedPR": true,
"createReviewRequest": true
}