Skip to content

Commit 7b96794

Browse files
pradyunsgsbidoul
andauthored
Add missing word to guidance on check failure
Co-authored-by: Stéphane Bidoul <[email protected]>
1 parent 96b0ef0 commit 7b96794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/news-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
2121
run: |
2222
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
23-
echo "Please https://pip.pypa.io/dev/news-entry-failure for guidance."
23+
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
2424
false
2525
fi

0 commit comments

Comments
 (0)