Skip to content

Commit 0a4941a

Browse files
authored
Merge pull request #11177 from pradyunsg/rename-trivial-to-skip-news
Rename trivial label to skip news
2 parents dc7abca + 4132d87 commit 0a4941a

File tree

2 files changed

+1
-1
lines changed

2 files 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."

news/9F7EA82B-DEFE-4143-826C-7CDE65FDEF70.trivial.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)