ci: run docs CI on python and typescript changes - #3178
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
lizradway
approved these changes
Jul 10, 2026
awsarron
approved these changes
Jul 10, 2026
zastrowm
enabled auto-merge (squash)
July 10, 2026 15:13
Contributor
|
Assessment: Comment (approve-leaning) Small, well-reasoned CI change. I verified the premise: Review notes
Nice catch on a real coverage gap — this is a sensible hardening of the merge gate. |
This was referenced Jul 14, 2026
This was referenced Jul 22, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The docs site build typechecks documentation code snippets against the freshly-built SDK types, so an SDK change (e.g. renaming or removing a public member) can break it. The
docsjob previously ran only onsite/**changes, letting these breakages slip through SDK-only PRs. This also gates it onpython/typescriptchanges so they're caught at PR time.Related Issues
Documentation PR
No documentation changes required.
Type of Change
Other: CI configuration change
Testing
CI-only change. Verified the workflow condition and confirmed
ci-gatestill permitsdocsas a skip.hatch run prepareChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.