From: Donald Stufft Date: Tue, 28 Feb 2017 17:57:30 +0000 (-0500) Subject: Add the mention-bot configuration file (GH-352) X-Git-Tag: v3.7.0a1~1257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81788e9a9766fbb7ef794214397969814b0d72d1;p=python Add the mention-bot configuration file (GH-352) Discussed at https://github.com/python/core-workflow/issues/32. --- diff --git a/.mention-bot b/.mention-bot new file mode 100644 index 0000000000..c8fd4392cc --- /dev/null +++ b/.mention-bot @@ -0,0 +1,12 @@ +{ + "maxReviewers": 5, + "numFilesToCheck": 10, + "findPotentialReviewers": true, + "fileBlacklist": [ + "Misc/ACKS", + "Misc/NEWS" + ], + "userBlacklist": [], + "userBlacklistForPR": [], + "requiredOrgs": ["python"], +}