Skip to content

Commit 45b5f39

Browse files
committed
Rename the trivial label, to skip-news
1 parent e58a8a5 commit 45b5f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/news-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Check news entry
20-
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
20+
if: "!contains(github.event.pull_request.labels.*.name, 'skip news')"
2121
run: |
2222
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
2323
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."

0 commit comments

Comments
 (0)