From 52024b96c5fb48340c405119da9dbcd340768c66 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Sat, 14 Mar 2026 13:43:34 +0800 Subject: [PATCH] ci(lychee): exclude https://conventionalcommits.org/ --- lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lychee.toml b/lychee.toml index a28b14d29f..f434f0727f 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,5 +1,6 @@ exclude_path = ["./tests"] exclude = [ + "https://conventionalcommits.org/", # Sometimes it's benign network error "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69" # Membership only article, sometimes it's 403 forbidden ]