From f703834da8f9815945f435689fa1d937ce449cd5 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Sat, 20 Jun 2026 16:07:08 +0900 Subject: [PATCH] fix(ci): include mobile categories in PR comments Refs #1 --- .github/workflows/techapi-pr-validation-comment.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/techapi-pr-validation-comment.yml b/.github/workflows/techapi-pr-validation-comment.yml index dadfafc..29adfc2 100644 --- a/.github/workflows/techapi-pr-validation-comment.yml +++ b/.github/workflows/techapi-pr-validation-comment.yml @@ -186,7 +186,16 @@ jobs: HEAD = Path("TechAPI/data") BASE = Path("TechAPI-main/data") - CATEGORIES = ("brand", "soc", "smartphone", "gpu", "cpu") + CATEGORIES = ( + "brand", + "soc", + "smartphone", + "tablet", + "watch", + "pda", + "gpu", + "cpu", + ) MAX_WARNINGS = 20 def load_json(path: Path) -> dict[str, Any]: