summaryrefslogtreecommitdiffstats
path: root/.mention-bot
Commit message (Collapse)AuthorAgeFilesLines
* Exclude myself from mention-bot (#529)Victor Stinner2017-03-071-1/+1
| | | | | | I made changes in almost all CPython files last 5 years, so mention-bot asks me to review basically all pull requests. I simply don't have the bandwidth to review everything, sorry! I prefer to select myself which PR I want to follow.
* Ignore What's New for MentionBot (GH-521)Matthias Bussonnier2017-03-061-1/+2
|
* The mention-bot is too exuberant for my taste. (#522)Stefan Krah2017-03-061-1/+1
|
* 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.