actions-marketplace-validations/OpenAPI Diff in PR
Automatically compare OpenAPI v3 specification files and post result in PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 21, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/limeflight_openapi-diff-action@8ec11b12de458574bd24fcc34a4bc6a198df654b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A personal access token to use; this token is used to add comments and labels to pull requests | yes | — |
| base_spec | The relative path or http url of the BASE (old) spec | yes | — |
| head_spec | The relative path or http url of the HEAD (new) spec | yes | — |
| output_path | The local path to store the output file | yes | — |
| add_comment | Set to true if comment should be added, not overwritten | no | false |
| exclude_labels | Set to true if no labels should be added | no | false |
Outputs
| name | description |
|---|---|
| classification | The type of change detected; possible values: 'major', 'minor', 'patch' |