We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58a8a5 commit 45b5f39Copy full SHA for 45b5f39
.github/workflows/news-file.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Check news entry
20
- if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
+ if: "!contains(github.event.pull_request.labels.*.name, 'skip news')"
21
run: |
22
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
23
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
0 commit comments