mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
11 lines
225 B
Text
11 lines
225 B
Text
{
|
|
"maxReviewers": 5,
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS"
|
|
],
|
|
"userBlacklist": ["gvanrossum"],
|
|
"userBlacklistForPR": ["benjaminp", "skrah"]
|
|
}
|