From a4359244bc779cec37d06093c8d57acc53655ff1 Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Wed, 27 Apr 2016 14:48:40 -0400 Subject: [PATCH] Create .mention-bot Don't tag brukie for code review --- .mention-bot | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .mention-bot diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 00000000..1ae651d2 --- /dev/null +++ b/.mention-bot @@ -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 +}