From af2b1d215704b4f5b08d6c04840d414208b58382 Mon Sep 17 00:00:00 2001 From: Domas Date: Tue, 26 Apr 2022 18:05:34 +0300 Subject: [PATCH] do not check github docs links --- .github/workflows/markdown.links.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/markdown.links.config.json b/.github/workflows/markdown.links.config.json index 28863d7bdd71..0f47f9873b4e 100644 --- a/.github/workflows/markdown.links.config.json +++ b/.github/workflows/markdown.links.config.json @@ -8,6 +8,9 @@ }, { "pattern": "^http://prometheus.k3d.localhost:50080" + }, + { + "pattern": "^https://docs.github.com/.*$" } ] }