mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Exclude Slack invite URLs from link checker
Slack's join.* endpoints reject automated GETs and return 403, so lychee was failing the link availability check on any PR that touched README.md Add the join.slack.com/t/ prefix to the .lychee.toml exclude list Signed-off-by: Saravanan D <saravanand@crusoe.ai>
This commit is contained in:
@@ -21,6 +21,8 @@ exclude = [
|
||||
'^https://developer\.arm\.com',
|
||||
# Ignore internal/unsupported protocols seen in logs
|
||||
'^tcp://192\.168\.1\.10',
|
||||
# Slack invite endpoints reject automated GETs and return 403.
|
||||
'^https://join\.slack\.com/t/',
|
||||
]
|
||||
|
||||
# Exclude loopback addresses
|
||||
|
||||
Reference in New Issue
Block a user