From b72b84d2a18bb160cab3f7749946e2fcb3c4f049 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 18 Jun 2025 18:28:05 +0000 Subject: [PATCH 1/4] Fix a pubrules error, and have spec-prod check for that in PRs. Also adjust editorconfig to indent workflows correctly. --- .editorconfig | 4 ++++ .github/workflows/build.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 64f3748..6542dba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7edf33c..464c9b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,3 +20,5 @@ jobs: W3C_BUILD_OVERRIDE: | status: NOTE metadata order: *, !* + metadata include: Participate no, Feedback yes + VALIDATE_PUBRULES: true From ea06f056b48639027425c0ed0053848ddaa24b0a Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 20 Jun 2025 20:18:17 +0000 Subject: [PATCH 2/4] Test the spec-prod PR that tries to fix the errors. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 464c9b1..2bb42e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: w3c/spec-prod@v2 + - uses: w3c/spec-prod@pubrules-profiles-patch with: BUILD_FAIL_ON: warning GH_PAGES_BRANCH: gh-pages From 270c8ecde58391bb2a9485f960fa52ca809ee30f Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 2 Jul 2025 07:00:46 +0000 Subject: [PATCH 3/4] Undo changes that are now in PR #29. --- .editorconfig | 4 ---- .github/workflows/build.yml | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6542dba..64f3748 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,3 @@ indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.yml] -indent_style = space -indent_size = 2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bb42e1..a204a53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: w3c/spec-prod@pubrules-profiles-patch + - uses: w3c/spec-prod@v2 with: BUILD_FAIL_ON: warning GH_PAGES_BRANCH: gh-pages @@ -21,4 +21,3 @@ jobs: status: NOTE metadata order: *, !* metadata include: Participate no, Feedback yes - VALIDATE_PUBRULES: true From fae189f04bbe42a58ce3eca92b2ad609507d009c Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 2 Jul 2025 07:05:06 +0000 Subject: [PATCH 4/4] Remove Dan from the editors now that he's no longer on the TAG. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 9c85a4b..2e495f1 100644 --- a/index.bs +++ b/index.bs @@ -7,9 +7,9 @@ Group: tag Repository: w3ctag/explainer-explainer URL: https://w3ctag.github.io/explainer-explainer/ TR: https://www.w3.org/TR/explainer-explainer/ -Editor: Daniel Appelquist, w3cid 35086, Invited Expert Editor: Matthew Tylee Atkinson, w3cid 68793, Samsung https://www.samsung.com Editor: Jeffrey Yasskin, w3cid 72192, Google https://google.com, jyasskin@google.com +Former Editor: Daniel Appelquist, w3cid 35086, Invited Expert Complain About: accidental-2119 yes, missing-example-ids yes Markup Shorthands: markdown yes, css no Assume Explicit For: yes