summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pgedam@bloomberg.net>2022-06-10 11:33:28 +0100
committerPradyun Gedam <pgedam@bloomberg.net>2022-06-10 11:35:21 +0100
commit45b5f39f52c1c1191fbbc2aefac6e62d90dd2b0f (patch)
tree7b741192f57956e33182b4584f6d4db52dec6347 /.github
parente58a8a591b72f5f022ddd84c0c03e4bfe90d9040 (diff)
downloadpip-45b5f39f52c1c1191fbbc2aefac6e62d90dd2b0f.tar.gz
Rename the trivial label, to skip-news
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/news-file.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/news-file.yml b/.github/workflows/news-file.yml
index 2c7680d0b..da7119a55 100644
--- a/.github/workflows/news-file.yml
+++ b/.github/workflows/news-file.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Check news entry
- if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
+ if: "!contains(github.event.pull_request.labels.*.name, 'skip news')"
run: |
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."