Skip to content

Commit 7523222

Browse files
authored
Remove blurb code from repo and point to python/blurb (#533)
1 parent ae19036 commit 7523222

38 files changed

+57
-2082
lines changed

.coveragerc

-12
This file was deleted.

.github/CODEOWNERS

-8
This file was deleted.

.github/ISSUE_TEMPLATE/blurb.md

-21
This file was deleted.

.github/ISSUE_TEMPLATE/core-workflow.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Feature-request/bug specific to GitHub bots/tools can be reported in their own r
99
1010
the-knights-who-say-ni: https://github.com/python/the-knights-who-say-ni
1111
bedevere: https://github.com/python/bedevere
12+
blurb: https://github.com/python/blurb
1213
blurb-it: https://github.com/python/blurb-it
1314
miss-islington: https://github.com/python/miss-islington
1415

.github/workflows/tests.yml

-43
This file was deleted.

.pre-commit-config.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ repos:
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
7-
- id: check-toml
87
- id: check-yaml
98
- id: debug-statements
109

11-
- repo: https://github.com/tox-dev/tox-ini-fmt
12-
rev: 1.3.1
13-
hooks:
14-
- id: tox-ini-fmt
15-
1610
- repo: meta
1711
hooks:
1812
- id: check-hooks-apply

README.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# core-workflow
2+
3+
[![Lint](https://github.com/python/core-workflow/actions/workflows/lint.yml/badge.svg)](https://github.com/python/core-workflow/actions/workflows/lint.yml)
4+
[![Python Discourse chat](https://img.shields.io/badge/Discourse-join_chat-brightgreen.svg)](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>

README.rst

-61
This file was deleted.

blurb/LICENSE.txt

-33
This file was deleted.

blurb/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# blurb
2+
3+
**blurb** has moved to https://github.com/python/blurb
4+
5+
Please update your bookmarks.

0 commit comments

Comments
 (0)