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

jarvis pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0ba4fd8874 [Fix][CI] Ignore dead link check for change log commit url 
(#9001)
0ba4fd8874 is described below

commit 0ba4fd88744412680476a4eebc258344eab3bade
Author: Jia Fan <[email protected]>
AuthorDate: Wed Mar 19 15:27:22 2025 +0800

    [Fix][CI] Ignore dead link check for change log commit url (#9001)
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index 5b93ce99d4..42e7bd5edf 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -23,6 +23,9 @@
     },
     {
       "pattern": "^https://twitter.com/ASFSeaTunnel";
+    },
+    {
+      "pattern": "^https://github.com/apache/seatunnel/commit/";
     }
   ],
   "timeout": "10s",

Reply via email to