Skip to content

fix: make docs-only detection merge-base independent#18

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

fix: make docs-only detection merge-base independent#18
wphillipmoore merged 1 commit into
developfrom
feature/docs-only-detection-v2

Conversation

@wphillipmoore

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

  • use GitHub API file list for docs-only detection to avoid merge-base errors

Issue Linkage

Testing

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

Notes

  • Docs-only detection now relies on PR file metadata instead of git diff.

Use the GitHub API file list for pull requests so docs-only detection does
not rely on git merge-base in Actions.

Co-Authored-By: wphillipmoore-codex <255923655+wphillipmoore-codex@users.noreply.github.com>
@wphillipmoore wphillipmoore merged commit 6cbf193 into develop Jan 20, 2026
3 checks passed
@wphillipmoore wphillipmoore deleted the feature/docs-only-detection-v2 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.

Make docs-only detection merge-base independent

1 participant