We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b0ef0 commit 7b96794Copy full SHA for 7b96794
.github/workflows/news-file.yml
@@ -20,6 +20,6 @@ jobs:
20
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
21
run: |
22
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."
+ echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
24
false
25
fi
0 commit comments