March 3, 2017
1:11 p.m.
On Mar 3, 2017, at 2:03 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
- if your org info is public, but you don't want the mentions, then you can add yourself to the blacklist in https://github.com/python/cpython/blob/master/.mention-bot <https://github.com/python/cpython/blob/master/.mention-bot> (as Guido has)
- if you want to find your own reviewers for your PRs, add yourself to the PR blacklist in the same file (as Benjamin has)
Note, this .mention-bot file is a JSON file, so if you want to exclude yourself you’ll need to add yourself to the list of the already existing keys.
— Donald Stufft