limeflight/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
- Stale
- License
- None
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' |