Skip to content

Commit 71242b6

Browse files
authored
Chore: Disable /TR/ publication for errata.html (#158)
* Disable /TR/ publication for errata.html * errata.html fix * fix typo
1 parent c2fdd74 commit 71242b6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/auto-publish-errata.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ jobs:
2121
VALIDATE_LINKS: false
2222
VALIDATE_PUBRULES: false
2323
GH_PAGES_BRANCH: gh-pages
24-
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
25-
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html"
26-
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"

errata.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@
1818
companyURL: "https://apple.com",
1919
w3cid: 39125,
2020
},
21+
{
22+
name: "Reilly Grant",
23+
company: "Google",
24+
companyURL: "https://google.com",
25+
w3cid: "83788",
26+
},
2127
],
2228
latestVersion: null,
29+
group: [ "das", "webapps" ],
2330
format: "markdown",
2431
logos: [
2532
{
@@ -45,10 +52,10 @@
4552

4653
## Process for submitting errata
4754

48-
Please [file an issue](https://github.com/w3c/payment-request/issues) on Github.
55+
Please [file an issue](https://github.com/w3c/geolocation-api/issues/new) on Github.
4956

5057
## Unaddressed errata
51-
[See issues on Github](https://github.com/w3c/payment-request/issues)
58+
[See issues on Github](https://github.com/w3c/geolocation-api/labels/errata)
5259

5360
## Errata approved by the Working Group
5461
<script class="removeOnSave">

0 commit comments

Comments
 (0)