Skip to content

fix: prevent docs-only merge-base failures#16

Merged
wphillipmoore merged 1 commit into
developfrom
feature/fix-docs-only-ci
Jan 20, 2026
Merged

fix: prevent docs-only merge-base failures#16
wphillipmoore merged 1 commit into
developfrom
feature/fix-docs-only-ci

Conversation

@wphillipmoore

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

  • fetch full history for docs-only detection to avoid merge-base failures

Issue Linkage

Testing

  • poetry run python3 scripts/dev/validate_local.py --base-ref develop

Notes

  • Ensures git diff origin/<base>...HEAD can compute a merge base in PR runs.

Ensure the docs-only detector has full history so the diff against the
base branch succeeds on PR merge refs.

Co-Authored-By: wphillipmoore-codex <255923655+wphillipmoore-codex@users.noreply.github.com>
@wphillipmoore wphillipmoore merged commit 6a1ab54 into develop Jan 20, 2026
1 of 2 checks passed
@wphillipmoore wphillipmoore deleted the feature/fix-docs-only-ci branch January 21, 2026 14:06
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.

Fix docs-only CI merge-base failure

1 participant