blob: 0614a299b6221dc7faedaa9139ae8b034e618a85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"numFilesToCheck": 10,
"findPotentialReviewers": true,
"fileBlacklist": [
"Misc/ACKS",
"Misc/NEWS",
"Doc/whatsnew/*.rst"
],
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
"userBlacklistForPR": ["benjaminp", "skrah"]
}
|