From 2545644f19e1cc34bd476c58b394ade99398f3a9 Mon Sep 17 00:00:00 2001 From: mrbobbytables Date: Tue, 22 Sep 2026 14:39:45 +0000 Subject: [PATCH] fix: re-fix markdownlint and cspell regressions on main Individually-green PRs (#198, #293, #384, #385 after #292's cspell fix and #315's markdown fix) re-broke check:markdown and check:spelling on main within hours, because no CI workflow runs those checks (#392). - .cspell.yml: add 'lightboxes' (used in CONTRIBUTING.md), re-broken after #292's cspell-word merge. - LAUNCH.md, adr/README.md: fix MD060 compact-table pipe spacing. - README.md: fix MD009 trailing whitespace. - adr/stakeholder-outreach-draft-for-0001.md: add a language hint to the fenced draft-email block (MD040). Verified with a clean checkout: npm run check:spelling and npm run check:markdown both now exit 0. This does not add the CI job requested in #392 to run these checks on every PR: doing so requires pushing a .github/workflows/ci.yml change, which this environment's token cannot do (it lacks the OAuth 'workflow' scope, so GitHub rejects the push server-side). See the PR description for details. Signed-off-by: mrbobbytables --- .cspell.yml | 1 + LAUNCH.md | 2 +- README.md | 4 ++-- adr/README.md | 4 ++-- adr/stakeholder-outreach-draft-for-0001.md | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.cspell.yml b/.cspell.yml index 65b3af2a..5bb382d4 100644 --- a/.cspell.yml +++ b/.cspell.yml @@ -130,6 +130,7 @@ words: - hyperscalers - kubelet - lifecycles + - lightboxes - maximise - metallb - minimise diff --git a/LAUNCH.md b/LAUNCH.md index 213c3135..e6f77a6f 100644 --- a/LAUNCH.md +++ b/LAUNCH.md @@ -75,7 +75,7 @@ exists to prevent. Before the W-0 launch date, all scheduled content-refresh workflows must be green for **2 consecutive scheduled runs**: | Pipeline | Schedule | Tracking | -|---|---|---| +| --- | --- | --- | | Import reference architectures (`import-architectures.yml`) | daily | #121 | | Refresh community profiles (`refresh-community-people.yml`) | weekly | #122 | | Generate Docs PDF (`pdf.yml`) | weekly | #123 | diff --git a/README.md b/README.md index f0c2c760..97f89600 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ The build process is configured with: (These are set in `.github/workflows/deploy-gh-pages.yml` and will be updated when a custom domain is active.) -The long-term target is [endusers.cncf.io](https://endusers.cncf.io/), which is currently a pending DNS +The long-term target is [endusers.cncf.io](https://endusers.cncf.io/), which is currently a pending DNS cutover. When that domain is verified and active, the workflow will update the configuration to: - `url: 'https://endusers.cncf.io'` - `baseUrl: '/'` -See [ADR 0001](./adr/0001-site-ownership-and-cutover-path.md) and [issue #46](https://github.com/cncf/endusers/issues/46) +See [ADR 0001](./adr/0001-site-ownership-and-cutover-path.md) and [issue #46](https://github.com/cncf/endusers/issues/46) for the ownership and cutover plan. ## Metrics data diff --git a/adr/README.md b/adr/README.md index 2e730068..0800a0cd 100644 --- a/adr/README.md +++ b/adr/README.md @@ -17,6 +17,6 @@ still pending) so future contributors understand why, not just what. Supporting material is not part of the numbered ADR sequence and is not assigned an ADR number, but is listed here for discoverability: -| Document | Supports | Purpose | +| Document | Supports | Purpose | | ----------------------------------------------------------------- | -------- | ------------------------------------------- | -| [stakeholder-outreach-draft-for-0001.md](./stakeholder-outreach-draft-for-0001.md) | 0001 | Ready-to-send outreach draft for ADR 0001's stakeholder discussion step | +| [stakeholder-outreach-draft-for-0001.md](./stakeholder-outreach-draft-for-0001.md) | 0001 | Ready-to-send outreach draft for ADR 0001's stakeholder discussion step | diff --git a/adr/stakeholder-outreach-draft-for-0001.md b/adr/stakeholder-outreach-draft-for-0001.md index 5ec72b4d..c3a8bdc5 100644 --- a/adr/stakeholder-outreach-draft-for-0001.md +++ b/adr/stakeholder-outreach-draft-for-0001.md @@ -29,7 +29,7 @@ decision record is required. ## Draft message -``` +```text Subject: Decision needed — long-term home for endusers.cncf.io Hi TAB / TOC,