summaryrefslogtreecommitdiffstats
path: root/.mention-bot
blob: 3b2e93150b3d94aa37a1986be82a387435ea6dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "maxReviewers": 5,
  "numFilesToCheck": 10,
  "findPotentialReviewers": true,
  "fileBlacklist": [
    "Misc/ACKS",
    "Misc/NEWS",
    "Doc/whatsnew/*.rst"
  ],
  "userBlacklist": ["gvanrossum", "skrah", "haypo"],
  "userBlacklistForPR": ["benjaminp", "skrah"]
}