mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Merge pull request #1962 from Cockatrice/mention-bot-config
Create .mention-bot
This commit is contained in:
commit
ff1091ac02
1 changed files with 6 additions and 0 deletions
6
.mention-bot
Normal file
6
.mention-bot
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue