summaryrefslogtreecommitdiffstats
path: root/.mention-bot
blob: 482e241c4121b49c12d1fbca71cc7e89d9f30014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "numFilesToCheck": 10,
  "findPotentialReviewers": true,
  "fileBlacklist": [
    "Misc/ACKS",
    "Misc/NEWS",
    "Doc/whatsnew/*.rst"
  ],
  "userBlacklist": ["gvanrossum", "skrah", "haypo"],
  "userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"],
  "alwaysNotifyForPaths": [
    {"name": "tiran",
     "files": [
       "Doc/library/hashlib.rst", "Doc/library/ssl.rst", "Lib/hashlib.py",
       "Lib/ssl.py", "Lib/test/test_hashlib.py", "Lib/test/test_ssl.py",
       "Modules/_hashopenssl.c", "Modules/_ssl*", "Modules/hashlib.h",
       "Python/pyhash.c", "Include/pyhash.h"]
    }
  ]
}