Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/auto-sync-upstream.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: auto-sync-upstream

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

permissions:
Expand Down
Loading