imjasonh/Go API Compatibility Check
Detect breaking API changes in Go code and comment on PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Directory to run apidiff in | no | . |
| fail-on-breaking | Whether to fail the action if breaking changes are detected | no | true |
| comment-on-pr | Whether to comment on the PR with results | no | true |
| token | GitHub token for commenting on PRs | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| has-breaking-changes | Whether breaking changes were detected |
| breaking-count | Number of breaking changes found |
| compatible-count | Number of compatible changes found |