Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
ci(Labeler): 修正 regex
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Dec 23, 2022
1 parent f168447 commit 8e44a94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ comments:
labels:
"✨ 新增翻譯":
include:
- "\bmods_feat?\b"
- "mods_feat"
exclude: []
"🔧 修正翻譯":
include:
- "\bmods_fix\b"
- "mods_fix"
exclude: []
"🆙 更新翻譯":
include:
- "\bmods_update\b"
- "mods_update"
exclude: []
"🔪 用語在地化":
include:
- "\bmods_localize\b"
- "mods_localize"
exclude: []

0 comments on commit 8e44a94

Please sign in to comment.