OpenAPI Sync
Version updated for https://github.com/fingerprintjs/action-openapi-sync to version v0.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The OpenAPI Sync Action is a GitHub Action designed to automate the synchronization of OpenAPI schema files between repositories. It resolves challenges related to keeping API specifications up-to-date by handling tasks such as filtering internal schema content, detecting and acting on meaningful changes, bundling multi-file schemas, and cleaning up outdated target files. Additionally, it streamlines collaboration by linking source and target pull requests, adding warnings for unmerged changes, and ensuring efficient schema management across repositories.
Release notes
Minor Changes
- Added
source_pathinput to make the source repository path configurable instead of hardcoded to source. (249cccf) - Split
github_tokenintotarget_repo_github_tokenandsource_repo_github_token. (d2f75be) - Add diff patch artifact upload (33354c2)
- Add
comment_on_source_proption. (bca0d8e) - Replaced GitHub App authentication (
app_id&app_private_key) with a single requiredgithub_tokeninput. (2e43f26)