From 04d670ccbbf3ad3e599dc88da12da8fc046ae2b2 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Sat, 31 Jan 2026 13:23:41 +0900 Subject: [PATCH 1/3] 2026 DISC /TR/ --- index.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index ada9e4d..1dda5cb 100644 --- a/index.bs +++ b/index.bs @@ -1,7 +1,8 @@
 Title: Geolocation Sensor
 Level: none
-Status: ED
+Status: DISC
+Date: 2026-02-03
 ED: https://w3c.github.io/geolocation-sensor/
 TR: https://www.w3.org/TR/geolocation-sensor/
 Shortname: geolocation-sensor

From c50748adc2fc6f30db4c923d7fed6e396ccad752 Mon Sep 17 00:00:00 2001
From: himorin / Atsushi Shimono 
Date: Sat, 31 Jan 2026 14:49:56 +0900
Subject: [PATCH 2/3] disabled streamlined publication to /TR/

---
 .github/workflows/auto-publish.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml
index 38b40b5..aa41db9 100644
--- a/.github/workflows/auto-publish.yml
+++ b/.github/workflows/auto-publish.yml
@@ -17,9 +17,9 @@ jobs:
       - uses: w3c/spec-prod@v2
         with:
           GH_PAGES_BRANCH: gh-pages
-          W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
-          # Replace following with appropriate value. See options.md for details.
-          W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html
-          W3C_BUILD_OVERRIDE: |
-            status: WD
-            shortname: geolocation-sensor
+#          W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
+#          # Replace following with appropriate value. See options.md for details.
+#          W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html
+#          W3C_BUILD_OVERRIDE: |
+#            status: WD
+#            shortname: geolocation-sensor

From f1d6ce324d8d74f23bc620083e1d4a518c4ffe9c Mon Sep 17 00:00:00 2001
From: himorin / Atsushi Shimono 
Date: Mon, 2 Feb 2026 13:04:00 +0900
Subject: [PATCH 3/3] changed runs-on

---
 .github/workflows/auto-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml
index aa41db9..2c0b0d7 100644
--- a/.github/workflows/auto-publish.yml
+++ b/.github/workflows/auto-publish.yml
@@ -11,7 +11,7 @@ on:
 jobs:
   main:
     name: Build, Validate and Deploy
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
       - uses: w3c/spec-prod@v2