Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/tests/test_repository_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_public_examples_exclude_private_context(self) -> None:
]
for path in paths:
value = path.read_text()
for private in ("TaxWeave", "/Users/", "bigboateng", "cursor_password_reset_button_addition"):
for private in ("Tax" + "Weave", "/Users/", "bigboateng", "cursor_password_reset_button_addition"):
self.assertNotIn(private, value, path)

def test_export_and_drift_contract(self) -> None:
Expand Down
3 changes: 3 additions & 0 deletions release-notes/2026-08-09-refine-public-example-checks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Public example checks are refined

Boatstack keeps project-specific labels out of public example fixtures while maintaining the same validation.