From 8160d854b4570dab52c4a02250401ec0a7e0e4d1 Mon Sep 17 00:00:00 2001 From: "luke.kraus@datadoghq.com" Date: Mon, 11 Mar 2024 10:51:18 -0400 Subject: [PATCH] Adding ignore none --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }