This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 43fd76bac0b Add ignore pattern on dead links check (#37890)
43fd76bac0b is described below

commit 43fd76bac0b4b1b888daccd9d4c28a405c377dd4
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Jan 29 21:09:55 2026 +0800

    Add ignore pattern on dead links check (#37890)
---
 .github/workflows/resources/linkcheck/markdown-link-check.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/resources/linkcheck/markdown-link-check.json 
b/.github/workflows/resources/linkcheck/markdown-link-check.json
index d98fd1bdb91..64eca7e7224 100644
--- a/.github/workflows/resources/linkcheck/markdown-link-check.json
+++ b/.github/workflows/resources/linkcheck/markdown-link-check.json
@@ -12,6 +12,9 @@
     {
       "pattern": "^https://repository\\.apache\\.org";
     },
+    {
+      "pattern": "^https://archive\\.apache\\.org";
+    },
     {
       "pattern": "^https://twitter.com*";
     },

Reply via email to