diff --git a/report.json b/report.json index 04d972e..6b9b76a 100644 --- a/report.json +++ b/report.json @@ -9884,7 +9884,7 @@ } ] }, - "timestamp": "2024-12-05T00:25:02.081Z", + "timestamp": "2024-12-06T00:23:54.681Z", "repos": [ { "id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==", @@ -32252,6 +32252,14 @@ "name": "tag-tracker", "color": "7fff00" }, + { + "name": "user research module", + "color": "50282B" + }, + { + "name": "user research modules", + "color": "c5def5" + }, { "name": "WAI website review", "color": "d93f0b" @@ -74194,6 +74202,14 @@ "isPrivate": false, "createdAt": "2023-07-04T11:58:00Z", "labels": [ + { + "name": "a11y-needs-resolution", + "color": "ea7472" + }, + { + "name": "a11y-tracker", + "color": "ea7472" + }, { "name": "bug", "color": "d73a4a" @@ -74218,14 +74234,46 @@ "name": "help wanted", "color": "008672" }, + { + "name": "i18n-needs-resolution", + "color": "F9C9FF" + }, + { + "name": "i18n-tracker", + "color": "F9C9FF" + }, { "name": "invalid", "color": "e4e669" }, + { + "name": "privacy-needs-resolution", + "color": "d4af37" + }, + { + "name": "privacy-tracker", + "color": "d4af37" + }, { "name": "question", "color": "d876e3" }, + { + "name": "security-needs-resolution", + "color": "ffff00" + }, + { + "name": "security-tracker", + "color": "ffff00" + }, + { + "name": "tag-needs-resolution", + "color": "7fff00" + }, + { + "name": "tag-tracker", + "color": "7fff00" + }, { "name": "wontfix", "color": "ffffff" @@ -81508,7 +81556,7 @@ "text": "{\n \"src_file\": \"index.bs\",\n \"type\": \"bikeshed\",\n \"params\": {\n \"force\": 1\n }\n}\n" }, "autoPublish": { - "text": "# Workflow based on the main w3c/spec-prod action example:\n# https://github.com/w3c/spec-prod/#basic-usage\n#\n# Custom code added to generate the CDDL messages appendix for inclusion in the\n# generated specification file.\n\nname: Build, Validate, and Deploy\n\non:\n # Worflow runs on pull requests where it makes sure that the spec can still be\n # generated, that markup is valid and that there are no broken links, as\n # well as on pushes to the default branch where it also deploys the generated\n # spec to the gh-pages branch. The \"workflow_dispatch\" hook allows admins to\n # also trigger the workflow manually from GitHub's UI.\n pull_request: {}\n push:\n branches: [main]\n workflow_dispatch:\n\njobs:\n main:\n runs-on: ubuntu-latest\n steps:\n # See doc at https://github.com/actions/checkout/\n - name: Checkout repository\n uses: actions/checkout@v4\n\n # See doc at https://github.com/actions/setup-python/\n - name: Setup Python\n uses: actions/setup-python@v5\n with:\n python-version: 3.9\n\n - name: Install Python dependencies\n run: |\n python -m pip install --upgrade pip\n pip install Pygments\n\n # Note: the step actually generates all CDDL message pages, but the\n # w3c/spec-prod action cleans these files after each build, so we'll\n # have to generate them again each time.\n - name: Generate messages_appendix.html\n run: python scripts/pygmentize_dir.py\n\n # See doc at https://github.com/w3c/spec-prod/#spec-prod\n # The action only deploys the generated spec to the gh-pages branch when\n # the workflow was triggered by a push to the default branch.\n - name: Build and validate index.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html\n W3C_BUILD_OVERRIDE: |\n status: WD\n\n - name: Generate application_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate application.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: application.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_APPLICATION }}\n\n - name: Generate network_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate network.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: network.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_NETWORK }}\n" + "text": "# Workflow based on the main w3c/spec-prod action example:\n# https://github.com/w3c/spec-prod/#basic-usage\n#\n# Custom code added to generate the CDDL messages appendix for inclusion in the\n# generated specification file.\n\nname: Build, Validate, and Deploy\n\non:\n # Worflow runs on pull requests where it makes sure that the spec can still be\n # generated, that markup is valid and that there are no broken links, as\n # well as on pushes to the default branch where it also deploys the generated\n # spec to the gh-pages branch. The \"workflow_dispatch\" hook allows admins to\n # also trigger the workflow manually from GitHub's UI.\n pull_request: {}\n push:\n branches: [main]\n workflow_dispatch:\n\njobs:\n main:\n runs-on: ubuntu-latest\n steps:\n # See doc at https://github.com/actions/checkout/\n - name: Checkout repository\n uses: actions/checkout@v4\n\n # See doc at https://github.com/actions/setup-python/\n - name: Setup Python\n uses: actions/setup-python@v5\n with:\n python-version: 3.9\n\n - name: Install Python dependencies\n run: |\n python -m pip install --upgrade pip\n pip install Pygments\n\n # Note: the step actually generates all CDDL message pages, but the\n # w3c/spec-prod action cleans these files after each build, so we'll\n # have to generate them again each time.\n - name: Generate messages_appendix.html\n run: python scripts/pygmentize_dir.py\n\n # See doc at https://github.com/w3c/spec-prod/#spec-prod\n # The action only deploys the generated spec to the gh-pages branch when\n # the workflow was triggered by a push to the default branch.\n - name: Build and validate index.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n\n - name: Generate application_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate application.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: application.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_APPLICATION }}\n\n - name: Generate network_messages.html\n run: python scripts/pygmentize_dir.py\n\n - name: Build and validate network.html, push to gh-pages branch if needed\n uses: w3c/spec-prod@v2\n with:\n SOURCE: network.bs\n TOOLCHAIN: bikeshed\n GH_PAGES_BRANCH: gh-pages\n W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_NETWORK }}\n" }, "travis": null, "contributing": { @@ -100616,7 +100664,7 @@ "body": "# Code of Conduct\n\nAll documentation, code, communication and discussion in this repository are covered by the [W3C Code of Conduct](https://www.w3.org/policies/code-of-conduct/).\n" }, "readme": { - "text": "# W3C Security Interest Group\n\nThis GitHub repository serves the [W3C Security Interest Group](https://www.w3.org/groups/ig/security/). \n\n# Security Reviews\n\n* **Do you need a security review?** Open an [issue in the w3c/security-request repository](https://github.com/w3c/security-request/issues/new/choose)\n* **Would you like to do a security review?** Join us ([how to contribute](CONTRIBUTING.md)), read the [how to review](https://github.com/w3c/securityig/blob/main/administration/how-to-review.md), and look at our [backlog](https://github.com/w3c/security-request/issues)\n* Thanks our [Security Reviewers](https://www.w3.org/PM/horizontal/leaderboard.html?repo=Security)\n \n# Administration\n\n* [Administration](https://github.com/w3c/securityig/administration)\n* [Meetings](https://github.com/w3c/securityig/meetings)\n\n# Tools \n\n* [Chair Dashboard](https://www.w3.org/PM/Groups/chairboard.html?gid=ig/security)\n* [Horizontal Dashboard](https://www.w3.org/PM/horizontal/board.html?name=Security)\n* [Comment Tracker](https://www.w3.org/PM/horizontal/?repo=w3c/security-review)\n\n# Pages\n* [Contribution guidelines](CONTRIBUTING.md)\n* [Governance and roles](GOVERNANCE.md)\n* [Code of Conduct](CODE_OF_CONDUCT.md)\n\n\n" + "text": "# W3C Security Interest Group\n\nThis GitHub repository serves the [W3C Security Interest Group](https://www.w3.org/groups/ig/security/). \n\n# Security Reviews\n\n* **Do you need a security review?** Open an [issue in the w3c/security-request repository](https://github.com/w3c/security-request/issues/new/choose)\n* **Would you like to do a security review?** Join us ([how to contribute](CONTRIBUTING.md)), read the [how to review](https://github.com/w3c/securityig/blob/main/administration/how-to-review.md), and look at our [backlog](https://github.com/w3c/security-request/issues)\n* Thanks our [Security Reviewers](https://www.w3.org/PM/horizontal/leaderboard.html?repo=Security)\n \n# Administration\n\n* [Administration](https://github.com/w3c/securityig/administration)\n* [Meetings](https://github.com/w3c/securityig/meetings)\n\n# Tools \n* [Chair Dashboard](https://www.w3.org/PM/Groups/chairboard.html?gid=ig/security)\n* [Horizontal Dashboard](https://www.w3.org/PM/horizontal/board.html?name=Security)\n* [Comment Tracker](https://www.w3.org/PM/horizontal/?repo=w3c/security-review)\n* [Review Dashboard with a view issues for each Spec](https://www.w3.org/PM/horizontal/reviews.html)\n\n\n# Pages\n* [Contribution guidelines](CONTRIBUTING.md)\n* [Governance and roles](GOVERNANCE.md)\n* [Code of Conduct](CODE_OF_CONDUCT.md)\n\n\n" }, "w3c": { "group": [ @@ -142400,6 +142448,14 @@ "isPrivate": false, "createdAt": "2024-06-27T22:52:23Z", "labels": [ + { + "name": "a11y-needs-resolution", + "color": "ea7472" + }, + { + "name": "a11y-tracker", + "color": "ea7472" + }, { "name": "bug", "color": "d73a4a" @@ -142424,14 +142480,38 @@ "name": "help wanted", "color": "008672" }, + { + "name": "i18n-needs-resolution", + "color": "F9C9FF" + }, + { + "name": "i18n-tracker", + "color": "F9C9FF" + }, { "name": "invalid", "color": "e4e669" }, + { + "name": "privacy-needs-resolution", + "color": "d4af37" + }, + { + "name": "privacy-tracker", + "color": "d4af37" + }, { "name": "question", "color": "d876e3" }, + { + "name": "tag-needs-resolution", + "color": "7fff00" + }, + { + "name": "tag-tracker", + "color": "7fff00" + }, { "name": "wontfix", "color": "ffffff" @@ -159698,6 +159778,14 @@ "name": "Status: PR in review", "color": "58C8FA" }, + { + "name": "tag-needs-resolution", + "color": "7fff00" + }, + { + "name": "tag-tracker", + "color": "7fff00" + }, { "name": "tc39-tracker", "color": "FBCA04" @@ -161122,7 +161210,7 @@ "license": null, "codeOfConduct": null, "readme": { - "text": "# Web Platform Gaps\n\nWhat are the big unmet user needs of the web platform?\n\nContent in [Issues](issues/).\n" + "text": "# Web Platform Gaps\n\nWhat are the big unmet user needs of the web platform?\n\nContent in [Issues](https://github.com/w3ctag/gaps/issues).\n" } }, {