Skip to content

Commit

Permalink
Remove blurb code from repo and point to python/blurb (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 4, 2024
1 parent ae19036 commit 7523222
Show file tree
Hide file tree
Showing 38 changed files with 57 additions and 2,082 deletions.
12 changes: 0 additions & 12 deletions .coveragerc

This file was deleted.

8 changes: 0 additions & 8 deletions .github/CODEOWNERS

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/blurb.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/core-workflow.md
Expand Up @@ -9,6 +9,7 @@ Feature-request/bug specific to GitHub bots/tools can be reported in their own r
the-knights-who-say-ni: https://github.com/python/the-knights-who-say-ni
bedevere: https://github.com/python/bedevere
blurb: https://github.com/python/blurb
blurb-it: https://github.com/python/blurb-it
miss-islington: https://github.com/python/miss-islington
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/tests.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -4,15 +4,9 @@ repos:
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: debug-statements

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.3.1
hooks:
- id: tox-ini-fmt

- repo: meta
hooks:
- id: check-hooks-apply
Expand Down
51 changes: 51 additions & 0 deletions README.md
@@ -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>
61 changes: 0 additions & 61 deletions README.rst

This file was deleted.

33 changes: 0 additions & 33 deletions blurb/LICENSE.txt

This file was deleted.

5 changes: 5 additions & 0 deletions blurb/README.md
@@ -0,0 +1,5 @@
# blurb

**blurb** has moved to https://github.com/python/blurb

Please update your bookmarks.

0 comments on commit 7523222

Please sign in to comment.