From 9d248345a6580fa63c02c38dc5d67f93a95648b8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:49:04 +0000 Subject: [PATCH 1/2] Initial plan From da5bb07ccb706ea12a80ee1ad5a10a521f588b69 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:50:20 +0000 Subject: [PATCH 2/2] fix: exclude star-history API link from lychee broken link checker --- lychee.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index f434f0727..45243d20b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -2,5 +2,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 + "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69", # Membership only article, sometimes it's 403 forbidden + "https://api.star-history.com/" # Service is currently down (500 errors) ]