kompose/.mention-bot
Charlie Drage 0141df1f55 Add gitlawr to mention bot blacklist
Let's try to keep it to active contributors / maintainers so people
aren't needlessly pinged :)
2017-07-26 12:43:00 -04:00

11 lines
393 B
Plaintext

{
"maxReviewers": 2,
"numFilesToCheck": 5,
"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", "dustymabe", "gitlawr"],
"actions": ["opened", "labeled"],
"skipAlreadyMentionedPR": true,
"createReviewRequest": true
}