From bf590f629ece98376d0bc4d2c9ff339883d2047b Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Thu, 16 Nov 2023 18:48:45 +0530 Subject: [PATCH] ignore localstack.cloud links temporarily --- .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 9a04b0ae10..61842f29f2 100644 --- a/.github/workflows/markdown.links.config.json +++ b/.github/workflows/markdown.links.config.json @@ -1,5 +1,8 @@ { "ignorePatterns": [ + { + "pattern": "https://localstack.cloud/(.*)" + }, { "pattern": "https://kinesis.us-east-1.amazonaws.com/" },