mirror of
https://github.com/python/cpython.git
synced 2024-11-30 01:16:51 +01:00
fea967658d
I made changes in almost all CPython files last 5 years, so mention-bot asks me to review basically all pull requests. I simply don't have the bandwidth to review everything, sorry! I prefer to select myself which PR I want to follow.
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
{
|
|
"maxReviewers": 5,
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS",
|
|
"Doc/whatsnew/*.rst"
|
|
],
|
|
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
|
|
"userBlacklistForPR": ["benjaminp", "skrah"]
|
|
}
|