From 3f26d650a595bd2c5c7cf8486be8579bf7941b65 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 3 Feb 2022 15:14:08 -0600 Subject: [PATCH] Disable link checking for more sites (#4000) gusto, crunchbase, and angellist relates to https://github.com/fleetdm/fleet/pull/3999#issuecomment-1028545628 --- .github/workflows/markdown-link-check-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/markdown-link-check-config.json b/.github/workflows/markdown-link-check-config.json index 4246bb9c5d..ead02b1548 100644 --- a/.github/workflows/markdown-link-check-config.json +++ b/.github/workflows/markdown-link-check-config.json @@ -32,6 +32,15 @@ }, { "pattern": "goreportcard.com" + }, + { + "pattern": "gusto.com" + }, + { + "pattern": "crunchbase.com" + }, + { + "pattern": "angel.co" } ], "retryOn429": true,