mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-28 14:47:11 -07:00
Merge pull request #1982 from Cockatrice/mention-bot-config
Update mention-bot config to remove comments
This commit is contained in:
+2
-3
@@ -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"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user