You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/02/26 10:48:08 UTC

[skywalking-java] branch main updated: [Temp] Exclude gpg mit site from dead link check (#464)

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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 37aa3f8bd0 [Temp] Exclude gpg mit site from dead link check (#464)
37aa3f8bd0 is described below

commit 37aa3f8bd0d1ded7a9b9f73ecd0f18e999d73056
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Feb 26 18:48:02 2023 +0800

    [Temp] Exclude gpg mit site from dead link check (#464)
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index ca5e3d89d9..c86d443f46 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -9,6 +9,9 @@
     {
       "pattern": "^https://github.com/apache/skywalking-java/blob/master/changes/changes-x.y.z.md$"
     },
+    {
+      "pattern": "^http://pgp.mit.edu:11371"
+    },
     {
       "pattern": "^https://dist.apache.org/repos/dist/dev/skywalking/java-agent/x.y.z$"
     },