mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
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:
5
.github/issue-checker.yml
vendored
5
.github/issue-checker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user