From 7993a50d9f50217e4200816441159f6fffd0ad49 Mon Sep 17 00:00:00 2001 From: stranske Date: Mon, 12 Jan 2026 03:43:53 +0000 Subject: [PATCH] chore: trigger sync after all lint fixes merged (PR #828) The previous sync trigger (PR #826) ran before PR #828's lint fixes were merged. This caused the sync to fail on the old code with lint errors. Now that all fixes are on main, trigger a fresh sync. --- .github/sync-manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync-manifest.yml b/.github/sync-manifest.yml index 6bfd3ed08..126bcb8ea 100644 --- a/.github/sync-manifest.yml +++ b/.github/sync-manifest.yml @@ -7,7 +7,7 @@ # POLICY: Any file intended for consumer repos MUST be listed here. # Files not listed will NOT be synced, even if they exist in templates/consumer-repo/. # -# Last sync trigger: 2026-01-12T03:15:00Z - force sync after lint fix (PR #824) +# Last sync trigger: 2026-01-12T03:45:00Z - force sync after all lint fixes merged (PR #828) # # Categories: # workflows: Thin caller workflows that consumers run directly