Skip to content

Add fetch-depth: 0 to opal checkout in sync workflow#894

Merged
EliMoshkovich merged 1 commit intomasterfrom
PER-14366-fix-opal-plus-sync-workflow-v4
Apr 6, 2026
Merged

Add fetch-depth: 0 to opal checkout in sync workflow#894
EliMoshkovich merged 1 commit intomasterfrom
PER-14366-fix-opal-plus-sync-workflow-v4

Conversation

@EliMoshkovich
Copy link
Copy Markdown
Contributor

Summary

  • Adds fetch-depth: 0 to the opal checkout step
  • Without full history, git fetch opal master from the opal-plus directory fails with "Could not read object" / "did not send all necessary objects" because the shallow ../opal clone is missing objects needed for the cross-repo fetch

Test plan

  • Merge and verify the "Sync branch to OPAL Plus" workflow passes the "Mirror opal/master to public-master" step

🤖 Generated with Claude Code

git fetch from a shallow clone fails with "Could not read object"
because the local ../opal directory doesn't have full history.
Both repos need fetch-depth: 0 for the cross-repo fetch to work.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@linear
Copy link
Copy Markdown

linear Bot commented Apr 6, 2026

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

Deploy Preview for opal-docs canceled.

Name Link
🔨 Latest commit f7897a4
🔍 Latest deploy log https://app.netlify.com/projects/opal-docs/deploys/69d3db61f5ba8c00084099a8

@EliMoshkovich EliMoshkovich merged commit fd7b904 into master Apr 6, 2026
9 of 12 checks passed
@EliMoshkovich EliMoshkovich deleted the PER-14366-fix-opal-plus-sync-workflow-v4 branch April 6, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant