mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore: fix issue-checker macGui regex (#10755)
This commit is contained in:
2
.github/issue-checker.yml
vendored
2
.github/issue-checker.yml
vendored
@@ -335,7 +335,7 @@ labels:
|
||||
# `MacGui`
|
||||
- name: MacGui
|
||||
content: "client: MacGui"
|
||||
regexes: '(?i)mac(?:book|os|\s*(?:操作系统|系统|电脑|版))|playcover'
|
||||
regexes: '/mac(?:book|os|\s*(?:操作系统|系统|电脑|版))|playcover/i'
|
||||
skip-if:
|
||||
- skip all
|
||||
- skip client
|
||||
|
||||
Reference in New Issue
Block a user