From 8b733d96133da7c95e0cd5bc198b50d88c6af5e0 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:45:17 +0000 Subject: [PATCH] [docs-agent] Remove GHCR pkgs lychee exclude added in #1399 Per @dslovinsky's feedback: the github.com /pkgs/container/ 502 flagged by the weekly link check is a transient gateway error, not a recurring pattern worth excluding. Ignore it for now; if it recurs persistently we can revisit. Refs DOCS-123 Requested-by: @dslovinsky --- lychee.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index c6e7bd7ea..b08b0ebb9 100644 --- a/lychee.toml +++ b/lychee.toml @@ -57,7 +57,6 @@ exclude = [ ".*portal\\.zksync\\.io.*", # Intermittent ERR (CDN edge / bot challenge); page loads fine in browser ".*celoscan\\.io.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer) ".*bitsofco\\.de.*", # Intermittent connection failures from crawlers (page loads fine in browser) - ".*github\\.com/.*/pkgs/container/.*", # GHCR package version pages intermittently return 502 to crawlers (page loads fine in browser) ]