chore(issue-checker): 对comment中的未知链接进行提醒 (#10379)

* 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>
This commit is contained in:
IzakyL
2024-08-27 17:17:56 +08:00
committed by GitHub
parent d141db3680
commit 1199b7de42

View File

@@ -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