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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f2c72650 chore: Fix md link check in GH action (#3128)
2f2c72650 is described below

commit 2f2c72650c5e08915abb1bce350eeb18864ab1fa
Author: Yong Zheng <[email protected]>
AuthorDate: Mon Nov 24 00:38:45 2025 -0600

    chore: Fix md link check in GH action (#3128)
    
    * Fix md link check in GH action
    
    * Fix md link check in GH action
---
 .github/workflows/check-md-link-config.json | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/check-md-link-config.json 
b/.github/workflows/check-md-link-config.json
index 17ebbff66..6fe88c055 100644
--- a/.github/workflows/check-md-link-config.json
+++ b/.github/workflows/check-md-link-config.json
@@ -6,6 +6,13 @@
     {
       "_comment": "mvnrepository blocks requests originating from GitHub 
Actions",
       "pattern": 
"https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark";
+    },
+    {
+      "_comment": "medium blocks requests originating from GitHub Actions",
+      "pattern": "https://medium.com/";
+    },
+    { 
+      "pattern": "https://kubernetes.io/";
     }
   ]
 }
\ No newline at end of file

Reply via email to