From 32c3755b257b144288fb4a93258327c50e626e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Sat, 27 Nov 2021 10:58:33 +0100 Subject: [PATCH] Chore: Add ignored internal URL to link check config --- .github/markdown-link-check-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/markdown-link-check-config.json b/.github/markdown-link-check-config.json index 434766b0..19f08ab9 100644 --- a/.github/markdown-link-check-config.json +++ b/.github/markdown-link-check-config.json @@ -6,6 +6,9 @@ { "pattern": "^https://github.com/projects/lmc-eu/repos/cookie-consent-manager/" }, + { + "pattern": "^https://jira.int.lmc.cz/" + }, { "pattern": "^http://localhost" }