Skip to content
Merged
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
5 changes: 3 additions & 2 deletions bedevere/news.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
description='"skip news" label found')

HELP = f"""\
Every change to Python [requires a NEWS entry]\
Most changes to Python [requires a NEWS entry]\
(https://devguide.python.org/committing/#updating-news-and-what-s-new-in-python).

Please, add it using the [blurb_it]({BLURB_IT_URL}) Web app or the [blurb]\
Please add it using the [blurb_it]({BLURB_IT_URL}) web app or the [blurb]\
({BLURB_PYPI_URL}) command-line tool."""


async def check_news(gh, pull_request, files=None):
"""Check for a news entry.

Expand Down