diff options
author | Donald Stufft <donald@stufft.io> | 2017-02-28 17:57:30 (GMT) |
---|---|---|
committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-02-28 17:57:30 (GMT) |
commit | 81788e9a9766fbb7ef794214397969814b0d72d1 (patch) | |
tree | 163b29dfbef4bed2aa9681f50137317c6ae370d5 /.mention-bot | |
parent | 267b9d2fa8efce7c5bc34ce50048ebca8fddf04f (diff) | |
download | cpython-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.
Diffstat (limited to '.mention-bot')
-rw-r--r-- | .mention-bot | 12 |
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"], +} |