From a6e27862ffb1df42328a38e97802b5f1f5ad3972 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Mon, 26 Aug 2024 17:55:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20mode:=20update=20=E7=9A=84=E9=93=BE=E6=8E=A5=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue-checker.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/issue-checker.yml b/.github/issue-checker.yml index 1169fef..6580906 100644 --- a/.github/issue-checker.yml +++ b/.github/issue-checker.yml @@ -527,4 +527,10 @@ comments: You have some files that did not upload successfully, please re-upload them." mode: add skip-if: - - "Log upload failed" \ No newline at end of file + - "Log upload failed" +- name: Check Link + regexes: + - 'https?://[^\\s]+' + content: + "⚠️存在未确认的链接,请谨慎访问\n\n${body}" + mode: update