mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
cdf037c212
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.
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
{
|
|
"maxReviewers": 5,
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS"
|
|
],
|
|
"userBlacklist": ["gvanrossum"],
|
|
"userBlacklistForPR": ["benjaminp"]
|
|
}
|