From 67839555ee9a3889b48267600b295f2aaa0c4013 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 6 Mar 2017 08:45:45 -0800 Subject: [PATCH 1/2] Ignore what's new for MentionBot Because everybody is editing in every PR and that's finding wrong reviewers. --- .mention-bot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index 22ee4627dff35b..29b425f4d9fa7e 100644 --- a/.mention-bot +++ b/.mention-bot @@ -4,7 +4,8 @@ "findPotentialReviewers": true, "fileBlacklist": [ "Misc/ACKS", - "Misc/NEWS" + "Misc/NEWS", + "Doc/whatsnew/*.rst", ], "userBlacklist": ["gvanrossum"], "userBlacklistForPR": ["benjaminp", "skrah"] From fa01015f8a240c29ee3acc03d7d96dbad58b470b Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 6 Mar 2017 10:40:30 -0800 Subject: [PATCH 2/2] remove trailing comma --- .mention-bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mention-bot b/.mention-bot index 29b425f4d9fa7e..e40d2013cf99b8 100644 --- a/.mention-bot +++ b/.mention-bot @@ -5,7 +5,7 @@ "fileBlacklist": [ "Misc/ACKS", "Misc/NEWS", - "Doc/whatsnew/*.rst", + "Doc/whatsnew/*.rst" ], "userBlacklist": ["gvanrossum"], "userBlacklistForPR": ["benjaminp", "skrah"]