From 64ae1a56a25ec615131f6f1fc850a7e9c8b2b465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Tue, 3 Sep 2024 16:15:26 +0200 Subject: [PATCH] Add w3c-fedid organization The FedID WG uses a separate GitHub organization, `w3c-fedid`, added here to the list of tracked organizations. (There's also a `fedid` for the CG. Not added here as that seems less needed) --- validate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate.js b/validate.js index 5356f7c2..084686f8 100644 --- a/validate.js +++ b/validate.js @@ -6,7 +6,7 @@ const github = require("./lib/github.js"); const validator = require("./lib/validator.js"); const w3cData = require("./lib/w3cData.js"); -const orgs = ["w3c", "WebAudio", "immersive-web", "webassembly", "w3ctag", "WICG", "w3cping", "privacycg", "gpuweb", "webmachinelearning"]; +const orgs = ["w3c", "WebAudio", "immersive-web", "webassembly", "w3ctag", "WICG", "w3cping", "privacycg", "gpuweb", "webmachinelearning", "w3c-fedid"]; const errortypes = [ "inconsistentgroups", "now3cjson",