From 0709184c1cbe9f034e42efc9ec3cd272972b2192 Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Wed, 15 Feb 2023 16:43:43 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E9=83=A8=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=20:=20microsoft.com=20?= =?UTF-8?q?=E3=82=92=E7=84=A1=E8=A6=96=E3=83=AA=E3=82=B9=E3=83=88=E3=81=AB?= =?UTF-8?q?=E7=99=BB=E9=8C=B2=20(close=20#1125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/script/link_check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/script/link_check.py b/.github/workflows/script/link_check.py index af27098972..982bd79613 100644 --- a/.github/workflows/script/link_check.py +++ b/.github/workflows/script/link_check.py @@ -56,6 +56,7 @@ def fix_link(link: str) -> str: "https://web.archive.org", # 確実に存在すると思われる "http://cse.naro.affrc.go.jp", # 海外 (GitHub Actions) からのアクセスを排除していると思われる "https://www.cryptopp.com", # アクセスチェックでよく失敗するがブラウザ上では問題なくアクセスできる + "https://www.microsoft.com/", # ちょくちょく失敗するが、一時的なものだと思われる ] def is_ignore_link(link: str) -> bool: