From 29a2f8e9307bc0937603aaa6411e342d1425858d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 13 Feb 2024 15:24:22 +0100 Subject: [PATCH] skip --- .github/workflows/towncrier.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/towncrier.yml b/.github/workflows/towncrier.yml index c05f332cb..41c3593c9 100644 --- a/.github/workflows/towncrier.yml +++ b/.github/workflows/towncrier.yml @@ -24,6 +24,7 @@ jobs: - name: Detect the missing Release Notes entry env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} + if: ${{ ! contains(github.event.pull_request.labels.*.name, 'no-release-notes') }} run: | status=false for file in ${ALL_CHANGED_FILES}; do