From d7d87c9a59c96262644b1bc362868d3f5e286251 Mon Sep 17 00:00:00 2001 From: Jack Berg <34418638+jack-berg@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:59:30 -0500 Subject: [PATCH] Exclude slack links from lychee --- .github/config/lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index 720b0e8bf32..50d12ceec8d 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -13,4 +13,5 @@ include_fragments = "full" exclude = [ "^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$", "^https://www.javadoc.io/badge/(.*?)/(.*?).svg$", # returns 522 + "^https://cloud-native.slack.com/", # slack requires auth ]