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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new c3699a647 [hotfix][ci] Exclude twitter website from dead link check 
(#3470)
c3699a647 is described below

commit c3699a647394db346239311efb81465d11c06103
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Jan 9 16:29:47 2024 +0800

    [hotfix][ci] Exclude twitter website from dead link check (#3470)
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index e80f2c3f0..99c96f25f 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -17,6 +17,9 @@
     },
     {
       "pattern": "^https://opencollective.com";
+    },
+    {
+      "pattern": "^https://twitter.com*";
     }
   ],
   "timeout": "30s",

Reply via email to