snazy commented on PR #3102:
URL: https://github.com/apache/polaris/pull/3102#issuecomment-3558437388

   > Will it help if extend set of `ignorePatterns` in 
.github/workflows/check-md-link-config.json?
   > 
   > ```
   > {
   >   "ignorePatterns": [
   >     {
   >       "pattern": "https://medium.com/.*";
   >     },
   >     {
   >       "pattern": "^https?://localhost.*"
   >     },
   >     {
   >       "_comment": "mvnrepository blocks requests originating from GitHub 
Actions",
   >       "pattern": 
"https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark";
   >     }
   >   ]
   > }
   > ```
   
   Maybe? ;)
   Mind propsing on the dev-ML as a follow-up?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to