From 1199b7de42e96f0e8f2196ad224aa409b6cc7f44 Mon Sep 17 00:00:00 2001 From: IzakyL <60599315+IzakyL@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:17:56 +0800 Subject: [PATCH] =?UTF-8?q?chore(issue-checker):=20=E5=AF=B9comment?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=9C=AA=E7=9F=A5=E9=93=BE=E6=8E=A5=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E6=8F=90=E9=86=92=20(#10379)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(issue-checker): bump zzyyyl/issue-checker from 1.9 to 1.10 * chore(issue-checker): 对comment中的未知链接进行提醒 * chore: 修改正则表达式 * chore: 修改正则表达式 --------- Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com> --- .github/issue-checker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/issue-checker.yml b/.github/issue-checker.yml index 908d762e40..856e5d6dca 100644 --- a/.github/issue-checker.yml +++ b/.github/issue-checker.yml @@ -558,3 +558,8 @@ comments: mode: add skip-if: - "Log upload failed" + - name: Check Link + regexes: 'https?://(?!([^/]+\.)?(maa\.plus|prts\.plus|github\.com)(/|$|\s)).+' + content: "⚠️存在未确认的链接,请谨慎访问。\n\ + ⚠️There are unconfirmed links, please visit with caution.\n${body}" + mode: update