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 Nov 13, 2024
1 parent 0c12c98 commit b683a67
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions report.json
Original file line number Diff line number Diff line change
Expand Up @@ -9887,7 +9887,7 @@
}
]
},
"timestamp": "2024-11-12T00:22:56.748Z",
"timestamp": "2024-11-13T00:23:48.584Z",
"repos": [
{
"id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==",
Expand Down Expand Up @@ -19999,6 +19999,10 @@
"isPrivate": false,
"createdAt": "2021-03-05T17:34:18Z",
"labels": [
{
"name": "agenda+",
"color": "FBCA04"
},
{
"name": "close?",
"color": "60ff21"
Expand All @@ -20013,7 +20017,7 @@
},
{
"name": "FPWD",
"color": "fbca04"
"color": "FEF2C0"
},
{
"name": "LC",
Expand Down Expand Up @@ -26314,7 +26318,7 @@
"text": "{\n \"src_file\": \"index.bs\",\n \"type\": \"bikeshed\"\n}"
},
"autoPublish": {
"text": "# Workflow based on the main w3c/spec-prod action example:\n# https://github.com/w3c/spec-prod/#basic-usage\n\nname: Build, Validate, Deploy and Publish\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 and publishes the result to /TR.\n # The \"workflow_dispatch\" hook allows admins to also trigger the workflow\n # 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#checkout-v2\n - name: Checkout repository\n uses: actions/checkout@v2\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"
"text": "# Workflow based on the main w3c/spec-prod action example:\n# https://github.com/w3c/spec-prod/#basic-usage\n\nname: Build, Validate, Deploy and Publish\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 and publishes the result to /TR.\n # The \"workflow_dispatch\" hook allows admins to also trigger the workflow\n # 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#checkout-v2\n - name: Checkout repository\n uses: actions/checkout@v2\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://github.com/w3c/media-wg/issues/27\n W3C_BUILD_OVERRIDE: |\n status: WD\n"
},
"travis": null,
"contributing": {
Expand Down Expand Up @@ -83605,6 +83609,14 @@
"name": "invalid",
"color": "e6e6e6"
},
{
"name": "privacy-needs-resolution",
"color": "d4af37"
},
{
"name": "privacy-tracker",
"color": "d4af37"
},
{
"name": "question",
"color": "cc317c"
Expand Down Expand Up @@ -102455,6 +102467,10 @@
"name": "Geospatial",
"color": "057553"
},
{
"name": "Graphics",
"color": "28D07B"
},
{
"name": "Horizontal review requested",
"color": "9ae504"
Expand Down

0 comments on commit b683a67

Please sign in to comment.