Compare commits

..
Author SHA1 Message Date
Matt Apperson 7df4cc0e94 feat(ci): add Copybara sync workflow for monorepo integration 2026-01-12 20:21:55 -05:00
+1 -2
View File
@@ -24,6 +24,5 @@ jobs:
destination_repo: OpenRouterTeam/openrouter-web
workflow: push
push_move: '||sdks/python||**'
# Exclude .speakeasy/ to preserve monorepo's gen.lock (contains repo-specific git hashes)
push_exclude: '.github/workflows/copybara-sync.yaml,.speakeasy'
push_exclude: '.github/workflows/copybara-sync.yaml'
copybara_options: ${{ github.event_name == 'pull_request_target' && '--force' || '' }}