0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/.mention-bot
Donald Stufft cdf037c212 Don't require the Python org to mention someone (GH-393)
Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work
if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members.
2017-03-02 17:47:44 -05:00

12 lines
216 B
Plaintext

{
"maxReviewers": 5,
"numFilesToCheck": 10,
"findPotentialReviewers": true,
"fileBlacklist": [
"Misc/ACKS",
"Misc/NEWS"
],
"userBlacklist": ["gvanrossum"],
"userBlacklistForPR": ["benjaminp"]
}