pyjeebz/Breakwatch

Detect breaking API changes and report per-consumer impact on pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configPath to breakwatch.yaml config fileyes
producerName of the producer to checkyes
old-specPath to the old (base) OpenAPI specyes
new-specPath to the new (head) OpenAPI specyes
fail-on-breakingFail the action if breaking changes are detectednotrue
github-tokenGitHub token for PR comments and status checksno${{ github.token }}
namedescription
has-breakingWhether breaking changes were detected (true/false)
reportThe full markdown report