From 7aa10346834565261581e151d5fedb3cf37f25d9 Mon Sep 17 00:00:00 2001 From: himorin / Atsushi Shimono Date: Tue, 4 Jun 2024 17:05:11 +0900 Subject: [PATCH 1/3] Disable /TR/ publication for errata.html --- .github/workflows/auto-publish-errata.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/auto-publish-errata.yml b/.github/workflows/auto-publish-errata.yml index 185729f..8015621 100644 --- a/.github/workflows/auto-publish-errata.yml +++ b/.github/workflows/auto-publish-errata.yml @@ -21,6 +21,3 @@ jobs: VALIDATE_LINKS: false VALIDATE_PUBRULES: false GH_PAGES_BRANCH: gh-pages - W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} - W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html" - W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" From 43c94ab6c0ff2a8245e760a8e6b0378cdb57bf65 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Tue, 4 Jun 2024 17:18:12 +0900 Subject: [PATCH 2/3] errata.html fix --- errata.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/errata.html b/errata.html index 2a1c02d..7744cb0 100644 --- a/errata.html +++ b/errata.html @@ -18,8 +18,15 @@ companyURL: "https://apple.com", w3cid: 39125, }, + { + name: "Reilly Grant", + company: "Google", + companyURL: "https://google.com", + w3cid: "83788", + }, ], latestVersion: null, + group: [ "das", "webapss" ], format: "markdown", logos: [ { @@ -45,10 +52,10 @@ ## Process for submitting errata - Please [file an issue](https://github.com/w3c/payment-request/issues) on Github. + Please [file an issue](https://github.com/w3c/geolocation-api/issues/new) on Github. ## Unaddressed errata - [See issues on Github](https://github.com/w3c/payment-request/issues) + [See issues on Github](https://github.com/w3c/geolocation-api/labels/errata) ## Errata approved by the Working Group