Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove blurb code from repo and point to python/blurb #533

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
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>
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
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.
Loading
Loading