Skip to content

Commit

Permalink
Add w3c-fedid organization
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tidoust authored Sep 3, 2024
1 parent 7bf31ca commit 64ae1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 64ae1a5

Please sign in to comment.