Skip to content

Commit 26b7744

Browse files
authored
Merge pull request #3 from conversun/ci/pause-auto-sync-remote-fix
ci(auto-sync): pause remote-fix schedule until v7 migration
2 parents 48b3ce2 + 2e1795b commit 26b7744

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)