diff --git a/.mention-bot b/.mention-bot index 6c013ed41f..32b2d0479e 100644 --- a/.mention-bot +++ b/.mention-bot @@ -1,6 +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, + "fileBlacklist": ["*.md"], + "skipAlreadyAssignedPR": true, "createReviewRequest": true }