summaryrefslogtreecommitdiffstats
path: root/.mention-bot
Commit message (Collapse)AuthorAgeFilesLines
* Fix config file syntax (hopefully).Stefan Krah2017-03-031-2/+1
|
* Find my own reviewers for PRs.Stefan Krah2017-03-031-1/+2
|
* Don't require the Python org to mention someone (GH-393)Donald Stufft2017-03-021-2/+1
| | | | Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members.
* Don't mention Guido automatically for reviews from the mention bot (GH-385)Brett Cannon2017-03-011-1/+1
| | | He's written so much code he gets mentioned **a lot**.
* blacklist myself from mention-bot; it is annoying (#373)Benjamin Peterson2017-03-011-1/+1
|
* Fix syntax error in .mention-bot (#361)Berker Peksag2017-03-011-1/+1
|
* Add the mention-bot configuration file (GH-352)Donald Stufft2017-02-281-0/+12
Discussed at https://github.com/python/core-workflow/issues/32.