You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Rewrite sync-common workflow to use patch-based approach (#29)
* ci: Rewrite sync-common workflow to use patch-based approach
This fixes two critical issues:
1. Hidden files (.gemini/) not syncing - removed artifact approach
2. Root-level file deletions (README.md) not propagating
The new approach stores the commit hash in the target repo
that contained the last sync, so we can apply changes via `patch`.
Also adds test_mode input to limit sync to ci-sandbox for testing.
Assisted-by: Claude Code (Sonnet 4.5)
Signed-off-by: Colin Walters <walters@verbum.org>
* common: Add a comment for gemini
Signed-off-by: Colin Walters <walters@verbum.org>
---------
Signed-off-by: Colin Walters <walters@verbum.org>
0 commit comments