From 4ddfa0b458dae24c9df1dd0307f53de992fd29dd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:57:51 +0000 Subject: [PATCH 1/2] Initial plan From 280fc6459fe3d60c44e90948e278ab57082e943c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:59:25 +0000 Subject: [PATCH 2/2] fix(template-sync): call noop when no new template changes are found Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/ed1a5c25-b355-421b-88b0-3d277b651f59 Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com> --- .github/workflows/template-sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template-sync.md b/.github/workflows/template-sync.md index bf1a94d4..33b46af6 100644 --- a/.github/workflows/template-sync.md +++ b/.github/workflows/template-sync.md @@ -40,8 +40,8 @@ Read the file `.github/template-sync-state.json` from the repository. It contain Use the GitHub repos tool to get the latest commit SHA on the `main` branch of `nuxt-ui-templates/saas`. -If the latest SHA equals `lastSyncedCommit`, there are no new changes — stop immediately, -there is nothing to do. +If the latest SHA equals `lastSyncedCommit`, there are no new changes — call `noop` with the +message "No new template changes since last sync." and stop. ## Step 2: Identify changed files