From c28468884bde752d4a868961fb58564d75fa195a Mon Sep 17 00:00:00 2001 From: Kevin Lau Date: Mon, 7 Sep 2026 01:51:20 +0800 Subject: [PATCH 1/2] ci: trigger self-host image build --- .github/workflows/self-host-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-host-images.yml b/.github/workflows/self-host-images.yml index 0cba9bea951..c63080c8d9e 100644 --- a/.github/workflows/self-host-images.yml +++ b/.github/workflows/self-host-images.yml @@ -4,7 +4,7 @@ # `cargo x workflows`: it is not part of Macro's own deploy pipeline and does # not touch AWS or Pulumi. # -# The service image builds the focused Email production aggregate used by the +# The service image builds the focused Email production aggregate consumed by the # VPS deployment. It intentionally avoids the full local development stack. name: Self-host images From 864d281f1c21969cdb5aa0f04ab7c221cd8098d9 Mon Sep 17 00:00:00 2001 From: Kevin Lau Date: Mon, 7 Sep 2026 01:59:09 +0800 Subject: [PATCH 2/2] chore: add documentation comment in i18n extractor --- packages/i18n/extract.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/i18n/extract.ts b/packages/i18n/extract.ts index b4131c904b1..69638c1918b 100644 --- a/packages/i18n/extract.ts +++ b/packages/i18n/extract.ts @@ -1,3 +1,4 @@ +// i18n translation extractor and AST quality gate analysis import fs from "node:fs"; import path from "node:path"; import { parse } from "@babel/parser";