diff --git a/.github/workflows/pr-changelog-check.yml b/.github/workflows/pr-changelog-check.yml index c7b6890b5..e104b2b03 100644 --- a/.github/workflows/pr-changelog-check.yml +++ b/.github/workflows/pr-changelog-check.yml @@ -11,5 +11,5 @@ jobs: uses: actions/checkout@v2 - name: Changelog check - if: ${{ !contains(github.event.pull_request.labels.*.name, 'changelog-not-required') }} + if: ${{ !(contains(github.event.pull_request.labels.*.name, 'changelog-not-required') || contains(github.event.pull_request.labels.*.name, 'Design') || contains(github.event.pull_request.labels.*.name, 'Website') || contains(github.event.pull_request.labels.*.name, 'Documentation'))}} run: ./hack/changelog-check.sh