diff --git a/.github/labeler.yml b/.github/labeler.yml index 79f1cd73a..64713d5f4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: []