|
| 1 | +# core-workflow |
| 2 | + |
| 3 | +[](https://github.com/python/core-workflow/actions/workflows/lint.yml) |
| 4 | +[](https://discuss.python.org/) |
| 5 | + |
| 6 | +Issue tracker and relevant tools for CPython's workflow. |
| 7 | + |
| 8 | +## Core workflow tools |
| 9 | + |
| 10 | +<table> |
| 11 | +<tr> |
| 12 | +<th>Name |
| 13 | +<th>Description |
| 14 | +<th>Issue tracker |
| 15 | +<th>Owner/Maintainer |
| 16 | +<tr> |
| 17 | +<td><a href="https://github.com/python/bedevere">python/bedevere</a> |
| 18 | +<td>Bot to help identify missing information for CPython pull requests |
| 19 | +<td><a href="https://github.com/python/bedevere/issues">GitHub</a> |
| 20 | +<td><a href="https://github.com/brettcannon">Brett Cannon</a> |
| 21 | +<tr> |
| 22 | +<td><a href="https://github.com/python/blurb">python/blurb</a> |
| 23 | +<td><code>blurb add</code> on the command line |
| 24 | +<td><a href="https://github.com/python/blurb/issues">GitHub</a> |
| 25 | +<td> |
| 26 | +<tr> |
| 27 | +<td><a href="https://github.com/python/blurb_it">python/blurb_it</a> |
| 28 | +<td><code>blurb add</code> on the web |
| 29 | +<td><a href="https://github.com/python/blurb_it/issues">GitHub</a> |
| 30 | +<td><a href="https://github.com/mariatta">Mariatta</a> |
| 31 | +<tr> |
| 32 | +<td><a href="https://github.com/python/cherry-picker">python/cherry-picker</a> |
| 33 | +<td>Command line tool for backporting CPython pull requests |
| 34 | +<td><a href="https://github.com/python/cherry-picker/issues">GitHub</a> |
| 35 | +<td><a href="https://github.com/mariatta">Mariatta</a> |
| 36 | +<tr> |
| 37 | +<td><a href="https://github.com/python/miss-islington">python/miss-islington</a> |
| 38 | +<td>Bot for backporting CPython pull requests |
| 39 | +<td><a href="https://github.com/python/miss-islington/issues">GitHub</a> |
| 40 | +<td><a href="https://github.com/mariatta">Mariatta</a> |
| 41 | +<tr> |
| 42 | +<td><a href="https://github.com/ambv/cla-bot">ambv/cla-bot</a> |
| 43 | +<td>CLA enforcement bot for Python organization projects |
| 44 | +<td> |
| 45 | +<td><a href="https://github.com/ambv">Łukasz Langa</a> |
| 46 | +<tr> |
| 47 | +<td><a href="https://github.com/berkerpeksag/cpython-emailer-webhook">berkerpeksag/cpython-emailer-webhook</a> |
| 48 | +<td>Webhook to send every CPython commit to python-checkins mailing list |
| 49 | +<td><a href="https://github.com/berkerpeksag/cpython-emailer-webhook/issues">GitHub</a> |
| 50 | +<td><a href="https://github.com/berkerpeksag">Berker Peksag</a> |
| 51 | +</table> |
0 commit comments