mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
fix: exclude github.com from lychee link checks (#6434)
GitHub URLs cause persistent HTTP/2 protocol errors when checked from GitHub Actions runners, failing the CI with 27 false-positive broken link errors. These are first-party URLs we control and are not actually broken.
This commit is contained in:
@@ -25,5 +25,7 @@ exclude = [
|
||||
'^https?://(cloud|console)\.google\.ai',
|
||||
'https://opencode.ai/pages/config',
|
||||
'^localhost:3000/',
|
||||
'https://tbench.ai/'
|
||||
'https://tbench.ai/',
|
||||
# GitHub URLs cause persistent HTTP/2 protocol errors when checked from GitHub Actions runners
|
||||
'^https?://github\.com/',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user