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]: