Skip to content

Commit 2e1795b

Browse files
committed
ci(auto-sync): pause schedule for remote-fix until v7 migration
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.
1 parent 48b3ce2 commit 2e1795b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/auto-sync-upstream.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: auto-sync-upstream
22

33
on:
4-
schedule:
5-
# daily at 02:00 UTC (10:00 Asia/Singapore)
6-
- cron: '0 2 * * *'
4+
# NOTE: schedule disabled — remote-fix needs a planned v6→v7 migration before auto-sync
5+
# can succeed (upstream/main is on /v7, remote-fix is still on /v6 with extra auth
6+
# providers: codebuddy/copilot/cursor/gitlab/iflow/kilo/kiro). Re-enable by uncommenting
7+
# the cron line below once the migration lands.
8+
# schedule:
9+
# - cron: '0 2 * * *' # daily at 02:00 UTC (10:00 Asia/Singapore)
710
workflow_dispatch:
811

912
permissions:

0 commit comments

Comments
 (0)