From f2a12b7ac2c7863d1c1b5e18a9d7e98a5c245834 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Mon, 3 Oct 2016 17:36:00 -0700 Subject: [PATCH] Add @mention-bot configuration --- .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 00000000000..2e1f786bf03 --- /dev/null +++ b/.mention-bot @@ -0,0 +1,6 @@ +{ + "userBlacklist": [ + "balloob" + ], + "skipAlreadyMentionedPR": true +}