Skip to content

fix(ci): add fetch-depth to update-docs checkout#132

Merged
sebastiancorrea81 merged 1 commit intomainfrom
feat/release-please
Feb 26, 2026
Merged

fix(ci): add fetch-depth to update-docs checkout#132
sebastiancorrea81 merged 1 commit intomainfrom
feat/release-please

Conversation

@sebastiancorrea81
Copy link
Copy Markdown

Summary

  • Fixes the update-docs job in the release workflow which fails with fatal: bad revision 'origin/main...HEAD'
  • The checkout of the Release Please PR branch needs fetch-depth: 0 so origin/main is available for the diff

Test plan

  • Merge this PR
  • Verify the release workflow runs and update-docs detects changed charts correctly

🤖 Generated with Claude Code

The update-docs job needs origin/main to diff against, but a shallow
checkout of the PR branch doesn't include it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sebastiancorrea81 sebastiancorrea81 merged commit d5eb850 into main Feb 26, 2026
3 checks passed
@sebastiancorrea81 sebastiancorrea81 deleted the feat/release-please branch February 26, 2026 14:21
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.

2 participants