From 81788e9a9766fbb7ef794214397969814b0d72d1 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 28 Feb 2017 12:57:30 -0500 Subject: Add the mention-bot configuration file (GH-352) Discussed at https://github.com/python/core-workflow/issues/32. --- .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 0000000..c8fd439 --- /dev/null +++ b/.mention-bot @@ -0,0 +1,12 @@ +{ + "maxReviewers": 5, + "numFilesToCheck": 10, + "findPotentialReviewers": true, + "fileBlacklist": [ + "Misc/ACKS", + "Misc/NEWS" + ], + "userBlacklist": [], + "userBlacklistForPR": [], + "requiredOrgs": ["python"], +} -- cgit v0.12