Skip to content

Commit

Permalink
Remove blurb code from repo and point to python/blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 25, 2024
1 parent ae19036 commit eab52c3
Show file tree
Hide file tree
Showing 36 changed files with 6 additions and 2,041 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
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
25 changes: 5 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,21 @@ core-workflow
=============
Issue tracker and relevant tools for CPython's workflow

.. image:: https://github.com/python/core-workflow/actions/workflows/tests.yml/badge.svg
:alt: GitHub Actions
:target: https://github.com/python/core-workflow/actions

.. image:: https://img.shields.io/badge/Discourse-join_chat-brightgreen.svg
:alt: Python Discourse chat
:target: https://discuss.python.org/

blurb
-----

.. image:: https://img.shields.io/pypi/v/blurb.svg
:target: https://pypi.org/project/blurb/

Interactive utility for writing CPython ``Misc/NEWS.d`` entries. See
the blurb_ directory for more details.

.. _blurb: https://github.com/python/core-workflow/tree/main/blurb


Other core workflow tools
-------------------------
Core workflow tools
-------------------

======================================= ======================= =============================================== ================
Name Description Issue tracker Owner/Maintainer
======================================= ======================= =============================================== ================
`python/bedevere`_ A bot to help identify `GitHub <https://github.com/ `Brett Cannon`_
missing information for python/bedevere/issues>`__
CPython pull requests.
`python/blurb`_ ``blurb add`` on the `GitHub <https://github.com/ ...
command line. python/blurb/issues>`__
`python/blurb_it`_ ``blurb add`` on the `GitHub <https://github.com/ `Mariatta`_
web. python/blurb_it/issues>`__
`python/cherry-picker`_ Command line tool for `GitHub <https://github.com/ `Mariatta`_
Expand All @@ -48,6 +34,7 @@ Other core workflow tools
======================================= ======================= =============================================== ================

.. _`python/bedevere`: https://github.com/python/bedevere
.. _`python/blurb`: https://github.com/python/blurb
.. _`python/blurb_it`: https://github.com/python/blurb_it
.. _`python/cherry-picker`: https://github.com/python/cherry-picker
.. _`python/miss-islington`: https://github.com/python/miss-islington
Expand All @@ -57,5 +44,3 @@ Other core workflow tools
.. _`Berker Peksag`: https://github.com/berkerpeksag
.. _`Łukasz Langa`: https://github.com/ambv
.. _`Mariatta`: https://github.com/mariatta


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

This file was deleted.

Loading

0 comments on commit eab52c3

Please sign in to comment.