mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
{
|
|
"maxReviewers": 5,
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS"
|
|
],
|
|
"userBlacklist": [],
|
|
"userBlacklistForPR": ["benjaminp"],
|
|
"requiredOrgs": ["python"]
|
|
}
|