diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 0000000000..6c013ed41f --- /dev/null +++ b/.mention-bot @@ -0,0 +1,6 @@ +{ + "userBlacklist": [ "amasad", "thejameskyle", "jmm", "kittens" ], + "fileBlacklist": ["*.md"], // mention-bot will ignore any files that match these file globs + "skipAlreadyAssignedPR": true, // mention-bot will ignore already assigned PR's, + "createReviewRequest": true +}