Skip to content

Commit

Permalink
Update report.json, rec-track-repos.json, hr-repos.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w3c-validate-repos-bot committed Oct 6, 2023
1 parent a04e094 commit e3d54f5
Showing 1 changed file with 24 additions and 82 deletions.
106 changes: 24 additions & 82 deletions report.json
Original file line number Diff line number Diff line change
Expand Up @@ -8052,7 +8052,7 @@
}
]
},
"timestamp": "2023-10-05T00:23:45.961Z",
"timestamp": "2023-10-06T00:23:05.202Z",
"repos": [
{
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
Expand Down Expand Up @@ -78752,7 +78752,7 @@
"text": "{\n \"src_file\": \"spec/index.html\",\n \"type\": \"respec\"\n}\n"
},
"autoPublish": {
"text": "# Example: Override respecConfig for W3C deployment and validators.\nname: Echidna Auto-publish\non:\n pull_request:\n paths: [\"spec/**\"]\n push:\n branches: [main]\n paths: [\"spec/**\"]\njobs:\n main:\n name: Echidna Auto-publish WD\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v3\n - uses: w3c/spec-prod@v2\n with:\n TOOLCHAIN: respec\n SOURCE: spec/index.html\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n VALIDATE_LINKS: false\n VALIDATE_MARKUP: true\n ACTIONS_STEP_DEBUG: true\n W3C_WG_DECISION_URL: https://www.w3.org/2022/11/09-rch-minutes#r03\n W3C_BUILD_OVERRIDE: |\n specStatus: WD\n shortName: rdf-canon\n"
"text": "# Example: Override respecConfig for W3C deployment and validators.\nname: Echidna Auto-publish\non:\n pull_request:\n paths: [\"spec/**\"]\n push:\n branches: [main]\n paths: [\"spec/**\"]\njobs:\n main:\n name: Echidna Auto-publish WD\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v3\n - uses: w3c/spec-prod@v2\n with:\n TOOLCHAIN: respec\n SOURCE: spec/index.html\n # W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n VALIDATE_LINKS: false\n VALIDATE_MARKUP: true\n ACTIONS_STEP_DEBUG: true\n W3C_WG_DECISION_URL: https://www.w3.org/2022/11/09-rch-minutes#r03\n W3C_BUILD_OVERRIDE: |\n specStatus: WD\n shortName: rdf-canon\n"
},
"travis": null,
"contributing": {
Expand Down Expand Up @@ -81331,7 +81331,7 @@
]
},
"w3cjson": {
"text": " {\n \"group\": [82552]\n, \"contacts\": [\"eric\"]\n, \"repo-type\": \"cg-report\"\n}"
"text": " {\n \"group\": [82552, 139681]\n, \"contacts\": [\"pchampin\"]\n, \"repo-type\": \"cg-report\"\n}\n"
},
"prpreviewjson": null,
"autoPublish": null,
Expand All @@ -81348,10 +81348,11 @@
},
"w3c": {
"group": [
82552
82552,
139681
],
"contacts": [
"eric"
"pchampin"
],
"repo-type": [
"cg-report"
Expand Down Expand Up @@ -151493,7 +151494,7 @@
"body": "# Code of Ethics and Professional Conduct\n\nWebAssembly operates under the W3C's\n[Code of Ethics and Professional Conduct][]:\n\n> W3C is a growing and global community where participants choose to work\n> together, and in that process experience differences in language, location,\n> nationality, and experience. In such a diverse environment, misunderstandings\n> and disagreements happen, which in most cases can be resolved informally. In\n> rare cases, however, behavior can intimidate, harass, or otherwise disrupt one\n> or more people in the community, which W3C will not tolerate.\n>\n> A Code of Ethics and Professional Conduct is useful to define accepted and\n> acceptable behaviors and to promote high standards of professional\n> practice. It also provides a benchmark for self evaluation and acts as a\n> vehicle for better identity of the organization.\n\nWe want our community group to act according to these guidelines, and\nparticipants to hold each other to these high standards. If you have any questions\nor are worried that the code isn't being followed, please contact the Community\nGroup's chairs at `team-wasm-chairs@w3.org` (note: this list is also\nvisible to W3C staff). For very serious concerns, the W3C has [procedures][]\nallowing you to access its ombuds directly and confidentially.\n\n [Code of Ethics and Professional Conduct]: https://www.w3.org/Consortium/cepc\n [procedures]: https://www.w3.org/Consortium/pwe/#Procedures\n"
},
"readme": {
"text": "# GitHub Action for `*.wit.md` files\n\nConfigured with:\n\n```yml\njobs:\n abi-up-to-date:\n name: Check ABI files are up-to-date\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: WebAssembly/wit-abi-up-to-date@v15\n```\n\noptionally:\n\n```yml\njobs:\n abi-up-to-date:\n name: Check ABI files are up-to-date\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: WebAssembly/wit-abi-up-to-date@v15\n with:\n wit-bindgen: '0.12.0'\n worlds: 'command reactor'\n```\n"
"text": "# GitHub Action for `*.wit.md` files\n\nConfigured with:\n\n```yml\njobs:\n abi-up-to-date:\n name: Check ABI files are up-to-date\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: WebAssembly/wit-abi-up-to-date@v16\n```\n\noptionally:\n\n```yml\njobs:\n abi-up-to-date:\n name: Check ABI files are up-to-date\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - uses: WebAssembly/wit-abi-up-to-date@v16\n with:\n wit-bindgen: '0.12.0'\n worlds: 'command reactor'\n```\n"
}
},
{
Expand Down Expand Up @@ -152202,6 +152203,10 @@
"name": "security-tracker",
"color": "ffff00"
},
{
"name": "status: blocked",
"color": "F9D0C4"
},
{
"name": "status: needs discussion",
"color": "F9D0C4"
Expand Down Expand Up @@ -161509,6 +161514,10 @@
"name": "bug",
"color": "d73a4a"
},
{
"name": "discussion",
"color": "4B9EEE"
},
{
"name": "documentation",
"color": "0075ca"
Expand All @@ -161533,6 +161542,10 @@
"name": "invalid",
"color": "e4e669"
},
{
"name": "planning",
"color": "CCE96F"
},
{
"name": "question",
"color": "d876e3"
Expand Down Expand Up @@ -161562,7 +161575,7 @@
},
"codeOfConduct": null,
"readme": {
"text": "# Proposals related to identity credentials\n\nThis repo is being used to work on, and hopefully converge, proposals\nrelated to identity credentials on the web:\n\n* [Identity Credential](identity-credential-proposal.md)\n* [Wallet Credential](wallet-credential-proposal.md)\n* [navigator.identity.get()](navigator-identity-proposal.md)\n* [Mobile Document Request API](mobile-document-request-api-proposal.md)\n\n# Related meetings / resources\n\n## Meetings\n### Weekly Meetings\n\n📆 [ICS file (calendar items)](https://drive.google.com/file/d/1haMW6sSb9FFRY4p4XrcYeYhQ9cOiTYzm/view?usp=sharing)\n\n* Asia\\Pacific friendly time meeting B is every two weeks starting on 🔗 [2023-10-05 00:00 GMT](https://www.timeanddate.com/worldclock/converter.html?iso=20231005T000000&p1=240&p2=248&p3=776&p4=136&p5=tz_gmt&p6=43&p7=1203&p8=24&p9=75&p10=1241&p11=234)\n\n* North America friendly time meeting A is every two weeks starting on 🔗 [2023-10-09 19:00 GMT](https://www.timeanddate.com/worldclock/converter.html?iso=20231009T190000&p1=240&p2=248&p3=776&p4=136&p5=tz_gmt&p6=43&p7=1203&p8=24&p9=75&p10=1241&p11=234)\n\n### Additional Sessions\n* W3C TPAC breakout session - [Identity wallets and the web](https://www.w3.org/events/meetings/43317b7e-b0cd-4684-a03d-fdd06d742f43/)\n * [Notes](https://docs.google.com/document/d/1sW74RUVamz8g6-23IHvMOgHMg-ZvIz5lcsajBvZxtes/edit)\n"
"text": "# Proposals related to identity credentials\n\nThis repo is being used to work on, and hopefully converge, proposals\nrelated to identity credentials on the web:\n\n* [Identity Credential](identity-credential-proposal.md)\n* [Wallet Credential](wallet-credential-proposal.md)\n* [navigator.identity.get()](navigator-identity-proposal.md)\n* [Mobile Document Request API](mobile-document-request-api-proposal.md)\n\n# Related meetings / resources\n\n## Meetings\n\n* Slack discussions in `wicg-identity-cred` in W3C Community instance\n* Meeting notes: https://github.com/WICG/identity-credential/wiki/Meeting-Notes\n\n### Weekly Meetings\n\n📆 [ICS file (calendar items)](https://drive.google.com/file/d/1haMW6sSb9FFRY4p4XrcYeYhQ9cOiTYzm/view?usp=sharing)\n\n* Asia\\Pacific friendly time meeting B is every two weeks starting on 🔗 [2023-10-05 00:00 GMT](https://www.timeanddate.com/worldclock/converter.html?iso=20231005T000000&p1=240&p2=248&p3=776&p4=136&p5=tz_gmt&p6=43&p7=1203&p8=24&p9=75&p10=1241&p11=234)\n\n* ~~North America friendly time meeting A is every two weeks starting on 🔗 2023-10-09 19:00 GMT~~ >> Finding a new time, please see https://github.com/WICG/identity-credential/issues/18#issuecomment-1749195372\n\n### Additional Sessions\n* W3C TPAC breakout session - [Identity wallets and the web](https://www.w3.org/events/meetings/43317b7e-b0cd-4684-a03d-fdd06d742f43/)\n * [Notes](https://docs.google.com/document/d/1sW74RUVamz8g6-23IHvMOgHMg-ZvIz5lcsajBvZxtes/edit)\n"
},
"w3c": {
"group": [
Expand Down Expand Up @@ -181023,81 +181036,6 @@
}
]
},
"110166": {
"id": 110166,
"name": "Web Machine Learning Community Group",
"is_closed": false,
"description": "The mission of the Web Machine Learning Community Group (WebML CG) is to make Machine Learning a first-class web citizen by incubating and developing a dedicated low-level Web API for machine learning inference in the browser. Please see the <a rel=\"nofollow\" href=\"https://webmachinelearning.github.io/charter/\">charter</a> for more information.\r\n\r\nThe group invites browser engine developers, hardware vendors, web application developers, and the broader web community with interest in Machine Learning to participate.",
"shortname": "webmachinelearning",
"discr": "w3cgroup",
"_links": {
"self": {
"href": "https://api.w3.org/groups/cg/webmachinelearning"
},
"homepage": {
"href": "https://www.w3.org/community/webmachinelearning/"
},
"users": {
"href": "https://api.w3.org/groups/cg/webmachinelearning/users"
},
"services": {
"href": "https://api.w3.org/groups/cg/webmachinelearning/services"
},
"chairs": {
"href": "https://api.w3.org/groups/cg/webmachinelearning/chairs"
},
"join": {
"href": "https://www.w3.org/community/webmachinelearning/join"
},
"participations": {
"href": "https://api.w3.org/groups/cg/webmachinelearning/participations"
}
},
"type": "community group",
"fullshortname": "cg/webmachinelearning",
"repos": [
{
"name": "charter",
"fullName": "webmachinelearning/charter"
},
{
"name": "meetings",
"fullName": "webmachinelearning/meetings"
},
{
"name": "model-loader",
"fullName": "webmachinelearning/model-loader"
},
{
"name": "proposals",
"fullName": "webmachinelearning/proposals"
},
{
"name": "test-data",
"fullName": "webmachinelearning/test-data"
},
{
"name": "webmachinelearning.github.io",
"fullName": "webmachinelearning/webmachinelearning.github.io"
},
{
"name": "webnn-baseline",
"fullName": "webmachinelearning/webnn-baseline"
},
{
"name": "webnn-native",
"fullName": "webmachinelearning/webnn-native"
},
{
"name": "webnn-polyfill",
"fullName": "webmachinelearning/webnn-polyfill"
},
{
"name": "webnn-samples",
"fullName": "webmachinelearning/webnn-samples"
}
]
},
"110458": {
"id": 110458,
"name": "RDF-DEV Community Group",
Expand Down Expand Up @@ -183138,6 +183076,10 @@
"name": "rdf-star-wg",
"fullName": "w3c/rdf-star-wg"
},
{
"name": "rdf-tests",
"fullName": "w3c/rdf-tests"
},
{
"name": "rdf-trig",
"fullName": "w3c/rdf-trig",
Expand Down

0 comments on commit e3d54f5

Please sign in to comment.