diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 4f0044788aab..a4fa15668494 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -89,7 +89,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}} run: | markdown-link-check \ - --verbose --ignore \ + --verbose --ignore /none \ --config .github/workflows/check_links_config.json \ changelog_preview.md \ || { echo "Check that anchor links are lowercase"; exit 1; }