We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48b3ce2 + 2e1795b commit 26b7744Copy full SHA for 26b7744
1 file changed
.github/workflows/auto-sync-upstream.yml
@@ -1,9 +1,12 @@
1
name: auto-sync-upstream
2
3
on:
4
- schedule:
5
- # daily at 02:00 UTC (10:00 Asia/Singapore)
6
- - 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
7
+ # the cron line below once the migration lands.
8
+ # schedule:
9
+ # - cron: '0 2 * * *' # daily at 02:00 UTC (10:00 Asia/Singapore)
10
workflow_dispatch:
11
12
permissions:
0 commit comments