From bf2f7b575e160a3c24eceaba1a331ed8b331cbad Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Mon, 7 Nov 2022 18:39:46 -0600 Subject: [PATCH] chore: Disable docs.github.com for link checks (#4945) This was causing CI to fail... maybe they have bot detection? --- .github/workflows/mlc_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index a50b31e730..2a0fdc7cbf 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -9,6 +9,12 @@ { "pattern": "developer.github.com" }, + { + "pattern": "docs.github.com" + }, + { + "pattern": "support.google.com" + }, { "pattern": "tailscale.com" }