mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Add missing word to guidance on check failure
Co-authored-by: Stéphane Bidoul <stephane.bidoul@acsone.eu>
This commit is contained in:
parent
96b0ef029b
commit
7b96794ad2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/news-file.yml
vendored
2
.github/workflows/news-file.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
|||
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
|
||||
run: |
|
||||
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
|
||||
echo "Please https://pip.pypa.io/dev/news-entry-failure for guidance."
|
||||
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
|
||||
false
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue