Merge pull request #1982 from Cockatrice/mention-bot-config
Update mention-bot config to remove comments
This commit is contained in:
commit
fffc3e7e00
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"message": "@pullRequester, thanks for contributing! @reviewers are the best people to review the changes.",
|
||||
// custom message using @pullRequester and @reviewers
|
||||
"fileBlacklist": ["*.md"], // mention-bot will ignore any files that match these file globs
|
||||
"userBlacklist": ["mbruker"], // users in this list will never be mentioned by mention-bot
|
||||
"fileBlacklist": ["*.md"],
|
||||
"userBlacklist": ["mbruker"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue