From e2527e8ffcdd861e50c75567aac23a3d7714e4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Thu, 28 May 2026 18:51:10 +0200 Subject: [PATCH] Switch repo type to `cg-report` in `w3c.json` While the repository is certainly related to tests, it is not meant to contain a test suite, but rather to define an API in a spec that would allow to write tests in WPT. --- w3c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3c.json b/w3c.json index 88dea23..74faee4 100644 --- a/w3c.json +++ b/w3c.json @@ -1,5 +1,5 @@ { "group": 87846 , "contacts": [ "himorin" ] -, "repo-type": "tests" +, "repo-type": "cg-report" }