> On Mar 3, 2017, at 2:03 AM, Nick Coghlan <ncogh...@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
_______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/