Skip to content

ci(auto-sync): pause remote-fix schedule until v7 migration#3

Merged
conversun merged 1 commit into
mainfrom
ci/pause-auto-sync-remote-fix
May 14, 2026
Merged

ci(auto-sync): pause remote-fix schedule until v7 migration#3
conversun merged 1 commit into
mainfrom
ci/pause-auto-sync-remote-fix

Conversation

@conversun

Copy link
Copy Markdown
Owner

Why

PR #1 (auto-sync attempt against `remote-fix`) cannot be resolved as a routine sync. Underneath the 9 conflict markers:

  1. Module path bump v6 → v7 (upstream `e50cabac`) — `remote-fix` declares `module .../v6`, upstream is on `/v7`. 380 files on `remote-fix` import `.../v6/...`. Resolving the conflict markers is necessary but not sufficient — `go build` will still break on the import paths.

  2. Fork-only auth providers absent from upstream: `codebuddy`, `copilot`, `cursor`, `gitlab`, `iflow`, `kilo`, `kiro`. Each needs its imports rewritten to `/v7` and any upstream-removed dependencies handled.

  3. Upstream added `internal/home/` (control-plane config + home auth + websocket session reuse).

  4. `refactor(cliproxy): remove ClaudeCodeSessionAffinity` (`0dcb8bd7`) and related dispatch refactoring.

This is a planned migration, not a sync.

What this PR does

Comments out the `schedule` trigger on `auto-sync-upstream.yml` so the daily failure / PR-reopen cycle stops. Preserves `workflow_dispatch` so a sync can be manually triggered once the v7 migration lands:

```
gh workflow run auto-sync-upstream.yml --repo conversun/CLIProxyAPIPlus
```

What is NOT affected

  • `auto-sync-upstream-copilot` (the workflow PR ci: add feat/copilot auto-sync, drop unused main→dev retarget #2 added) — `feat/copilot` is already on `/v7` via the manual merge `65aa351e`, so daily auto-sync remains healthy there.
  • Manual workflow dispatch — still available.
  • The workflow file itself stays in the repo so re-enabling is a one-line uncomment.

Closed alongside

remote-fix is on go module path /v6, upstream/main is on /v7 (commit
e50caba). The fork also carries 7 auth providers absent from upstream
(codebuddy/copilot/cursor/gitlab/iflow/kilo/kiro). Auto-merge can no
longer succeed via the conflict-resolution path; every daily run was
either failing or re-opening an unresolvable PR (PR #1).

Schedule is commented out; workflow_dispatch is preserved so a manual
sync can still be triggered once the v7 migration lands:

  gh workflow run auto-sync-upstream.yml --repo conversun/CLIProxyAPIPlus

auto-sync-upstream-copilot is unaffected; feat/copilot already merged
upstream/main (commit 65aa351) and is on /v7.
@conversun conversun merged commit 26b7744 into main May 14, 2026
3 checks passed
@conversun conversun deleted the ci/pause-auto-sync-remote-fix branch May 14, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant