-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove blurb code from repo and point to python/blurb (#533)
- Loading branch information
Showing
38 changed files
with
57 additions
and
2,082 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# core-workflow | ||
|
||
[![Lint](https://github.com/python/core-workflow/actions/workflows/lint.yml/badge.svg)](https://github.com/python/core-workflow/actions/workflows/lint.yml) | ||
[![Python Discourse chat](https://img.shields.io/badge/Discourse-join_chat-brightgreen.svg)](https://discuss.python.org/) | ||
|
||
Issue tracker and relevant tools for CPython's workflow. | ||
|
||
## Core workflow tools | ||
|
||
<table> | ||
<tr> | ||
<th>Name | ||
<th>Description | ||
<th>Issue tracker | ||
<th>Owner/Maintainer | ||
<tr> | ||
<td><a href="https://github.com/python/bedevere">python/bedevere</a> | ||
<td>Bot to help identify missing information for CPython pull requests | ||
<td><a href="https://github.com/python/bedevere/issues">GitHub</a> | ||
<td><a href="https://github.com/brettcannon">Brett Cannon</a> | ||
<tr> | ||
<td><a href="https://github.com/python/blurb">python/blurb</a> | ||
<td><code>blurb add</code> on the command line | ||
<td><a href="https://github.com/python/blurb/issues">GitHub</a> | ||
<td> | ||
<tr> | ||
<td><a href="https://github.com/python/blurb_it">python/blurb_it</a> | ||
<td><code>blurb add</code> on the web | ||
<td><a href="https://github.com/python/blurb_it/issues">GitHub</a> | ||
<td><a href="https://github.com/mariatta">Mariatta</a> | ||
<tr> | ||
<td><a href="https://github.com/python/cherry-picker">python/cherry-picker</a> | ||
<td>Command line tool for backporting CPython pull requests | ||
<td><a href="https://github.com/python/cherry-picker/issues">GitHub</a> | ||
<td><a href="https://github.com/mariatta">Mariatta</a> | ||
<tr> | ||
<td><a href="https://github.com/python/miss-islington">python/miss-islington</a> | ||
<td>Bot for backporting CPython pull requests | ||
<td><a href="https://github.com/python/miss-islington/issues">GitHub</a> | ||
<td><a href="https://github.com/mariatta">Mariatta</a> | ||
<tr> | ||
<td><a href="https://github.com/ambv/cla-bot">ambv/cla-bot</a> | ||
<td>CLA enforcement bot for Python organization projects | ||
<td> | ||
<td><a href="https://github.com/ambv">Łukasz Langa</a> | ||
<tr> | ||
<td><a href="https://github.com/berkerpeksag/cpython-emailer-webhook">berkerpeksag/cpython-emailer-webhook</a> | ||
<td>Webhook to send every CPython commit to python-checkins mailing list | ||
<td><a href="https://github.com/berkerpeksag/cpython-emailer-webhook/issues">GitHub</a> | ||
<td><a href="https://github.com/berkerpeksag">Berker Peksag</a> | ||
</table> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# blurb | ||
|
||
**blurb** has moved to https://github.com/python/blurb | ||
|
||
Please update your bookmarks. |
Oops, something went wrong.