From 1b3d87a49c520e0f94bc8ba92a225781e8dd39ac Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 23 May 2024 13:39:03 +0900 Subject: [PATCH] Use unprefxed status names For the ED that doesn't matter, but for the WD, the prefix in the name causes issues with pubrules. Also remove unnecessary metadata --- .github/workflows/auto-tr.yml | 4 +--- Overview.bs | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-tr.yml b/.github/workflows/auto-tr.yml index f784847..93c2984 100644 --- a/.github/workflows/auto-tr.yml +++ b/.github/workflows/auto-tr.yml @@ -15,8 +15,6 @@ jobs: W3C_WG_DECISION_URL: https://github.com/w3c/htmlwg/issues/26#issuecomment-2088100459 TOOLCHAIN: bikeshed SOURCE: Overview.bs - DESTINATION: spec.html W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} W3C_BUILD_OVERRIDE: | - group: htmlwg - status: w3c/WD + Status: WD diff --git a/Overview.bs b/Overview.bs index 76c7484..da259b9 100644 --- a/Overview.bs +++ b/Overview.bs @@ -2,7 +2,7 @@ Title: HTML Ruby Markup Extensions Shortname: html-ruby-extensions Level: None -Status: w3c/ED +Status: ED Group: htmlwg Repository: w3c/html-ruby TR: https://www.w3.org/TR/html-ruby-extensions/