From b47ba7aac6472a6ba1fc7fa549dac24f166da966 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 21 Jun 2024 11:17:24 +0800 Subject: [PATCH] CI: Exclude some GitHub links in the Check Links workflow (#3299) --- .github/workflows/check-links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 7268d8a0af4..56ee1bb9f19 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -47,8 +47,11 @@ jobs: --exclude "^https://github.com/GenericMappingTools/pygmt/pull/[0-9]*$" --exclude "^https://github.com/GenericMappingTools/pygmt/issues/[0-9]*$" --exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$" + --exclude "^https://github.com/GenericMappingTools/pygmt/edit" + --exclude "^https://github.com/GenericMappingTools/pygmt/issues/new" --exclude "^git" --exclude "^file://" + --exclude "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf" --exclude "^https://docs.generic-mapping-tools.org/6.5/%s$" --exclude "^https://docs.generic-mapping-tools.org/6.5/%3Cmodule-name%3E.html$" --exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"