Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude myself from mention-bot (#529) | Victor Stinner | 2017-03-07 | 1 | -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 Bussonnier | 2017-03-06 | 1 | -1/+2 |
| | |||||
* | The mention-bot is too exuberant for my taste. (#522) | Stefan Krah | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Fix config file syntax (hopefully). | Stefan Krah | 2017-03-03 | 1 | -2/+1 |
| | |||||
* | Find my own reviewers for PRs. | Stefan Krah | 2017-03-03 | 1 | -1/+2 |
| | |||||
* | Don't require the Python org to mention someone (GH-393) | Donald Stufft | 2017-03-02 | 1 | -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 Cannon | 2017-03-01 | 1 | -1/+1 |
| | | | He's written so much code he gets mentioned **a lot**. | ||||
* | blacklist myself from mention-bot; it is annoying (#373) | Benjamin Peterson | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Fix syntax error in .mention-bot (#361) | Berker Peksag | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Add the mention-bot configuration file (GH-352) | Donald Stufft | 2017-02-28 | 1 | -0/+12 |
Discussed at https://github.com/python/core-workflow/issues/32. |