From 46a216a7c1ae36a454ac535ffe806eb341e1a02c Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Mon, 27 Feb 2017 20:08:32 -0500 Subject: [PATCH] Add the mention-bot configuration file --- .mention-bot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .mention-bot diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 00000000000000..c8fd4392ccfced --- /dev/null +++ b/.mention-bot @@ -0,0 +1,12 @@ +{ + "maxReviewers": 5, + "numFilesToCheck": 10, + "findPotentialReviewers": true, + "fileBlacklist": [ + "Misc/ACKS", + "Misc/NEWS" + ], + "userBlacklist": [], + "userBlacklistForPR": [], + "requiredOrgs": ["python"], +}