Skip to content

Commit 64ae1a5

Browse files
authored
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)
1 parent 7bf31ca commit 64ae1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: validate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const github = require("./lib/github.js");
66
const validator = require("./lib/validator.js");
77
const w3cData = require("./lib/w3cData.js");
88

9-
const orgs = ["w3c", "WebAudio", "immersive-web", "webassembly", "w3ctag", "WICG", "w3cping", "privacycg", "gpuweb", "webmachinelearning"];
9+
const orgs = ["w3c", "WebAudio", "immersive-web", "webassembly", "w3ctag", "WICG", "w3cping", "privacycg", "gpuweb", "webmachinelearning", "w3c-fedid"];
1010
const errortypes = [
1111
"inconsistentgroups",
1212
"now3cjson",

0 commit comments

Comments
 (0)