This is an automated email from the ASF dual-hosted git repository.
gaojun2048 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 b7bdb8c54f [HotFix][CI] Fix Dead Links checker failure (#6016)
b7bdb8c54f is described below
commit b7bdb8c54f9f465d481988ab4a2a009b6314bd9b
Author: Chengyu Yan <[email protected]>
AuthorDate: Sat Dec 16 17:57:06 2023 +0800
[HotFix][CI] Fix Dead Links checker failure (#6016)
---
.dlc.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.dlc.json b/.dlc.json
index b638ba4011..5b93ce99d4 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -20,6 +20,9 @@
},
{
"pattern": "^https://opencollective.com"
+ },
+ {
+ "pattern": "^https://twitter.com/ASFSeaTunnel"
}
],
"timeout": "10s",