summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2017-02-28 17:57:30 (GMT)
committerBrett Cannon <brettcannon@users.noreply.github.com>2017-02-28 17:57:30 (GMT)
commit81788e9a9766fbb7ef794214397969814b0d72d1 (patch)
tree163b29dfbef4bed2aa9681f50137317c6ae370d5
parent267b9d2fa8efce7c5bc34ce50048ebca8fddf04f (diff)
downloadcpython-81788e9a9766fbb7ef794214397969814b0d72d1.zip
cpython-81788e9a9766fbb7ef794214397969814b0d72d1.tar.gz
cpython-81788e9a9766fbb7ef794214397969814b0d72d1.tar.bz2
Add the mention-bot configuration file (GH-352)
Discussed at https://github.com/python/core-workflow/issues/32.
-rw-r--r--.mention-bot12
1 files changed, 12 insertions, 0 deletions
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"],
+}