Skip to content

Commit f703834

Browse files
committed
fix(ci): include mobile categories in PR comments
Refs #1
1 parent 7bcaf6a commit f703834

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/techapi-pr-validation-comment.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,16 @@ jobs:
186186
187187
HEAD = Path("TechAPI/data")
188188
BASE = Path("TechAPI-main/data")
189-
CATEGORIES = ("brand", "soc", "smartphone", "gpu", "cpu")
189+
CATEGORIES = (
190+
"brand",
191+
"soc",
192+
"smartphone",
193+
"tablet",
194+
"watch",
195+
"pda",
196+
"gpu",
197+
"cpu",
198+
)
190199
MAX_WARNINGS = 20
191200
192201
def load_json(path: Path) -> dict[str, Any]:

0 commit comments

Comments
 (0)