This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 2ff8d991b5 [Chore] Try to fix ci dead link check 429 (#17509)
2ff8d991b5 is described below
commit 2ff8d991b54b3e1c18e9bb668f43a1ca683a275f
Author: xiangzihao <[email protected]>
AuthorDate: Mon Sep 15 17:45:01 2025 +0800
[Chore] Try to fix ci dead link check 429 (#17509)
* try to fix ci dead link check 429
* try to fix ci dead link check 429
* try to fix ci dead link check 429
---
.github/workflows/lychee.toml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/lychee.toml b/.github/workflows/lychee.toml
index da6f8e2f1a..0557515202 100644
--- a/.github/workflows/lychee.toml
+++ b/.github/workflows/lychee.toml
@@ -18,6 +18,8 @@ exclude = [
'^http://minio(:\d+)?',
'^https://github\.com/apache/dolphinscheduler/blob/[^/]+/script/env/dolphinscheduler_env\.sh',
'^http://who-t\.blogspot\.com/2009/12/on-commit-messages\.html',
+ '^https://openmldb\.ai',
+ '^https://archive\.apache\.org/dist',
]
# Exclude paths from getting checked. The values are treated as regular
expressions
@@ -41,7 +43,7 @@ max_retries = 3
retry_wait_time = 10
# Website timeout from connect to response finished.
-timeout = 30
+timeout = 60
# When links are available using HTTPS, treat HTTP links as errors.
require_https = false
@@ -55,3 +57,6 @@ include_verbatim = false
# Enable the checking of fragments in links.
include_fragments = false
+
+# User agent to send with each request.
+user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"