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 f3a4cb8169a Add pattern to markdown-link-check for Apache repository
URLs (#37889)
f3a4cb8169a is described below
commit f3a4cb8169a1ce228697c337ade957a7f682caef
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Jan 29 20:24:08 2026 +0800
Add pattern to markdown-link-check for Apache repository URLs (#37889)
---
.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 5a3b41cfd10..d98fd1bdb91 100644
--- a/.github/workflows/resources/linkcheck/markdown-link-check.json
+++ b/.github/workflows/resources/linkcheck/markdown-link-check.json
@@ -9,6 +9,9 @@
{
"pattern": "^https://github.com/apache/incubator-shardingsphere/*"
},
+ {
+ "pattern": "^https://repository\\.apache\\.org"
+ },
{
"pattern": "^https://twitter.com*"
},