Description
Background
This repository hosts the OpenAPI specifications that serve as the basis for various SDKs, including but not limited to Python, Node.js, and Golang. These SDKs are maintained in separate repositories, some of which are officially supported by us.
Proposal
To ensure that changes to the OpenAPI specifications do not inadvertently break these SDKs, I propose an automated testing pipeline that triggers whenever a pull request modifying the OpenAPI specs is submitted. Specifically, the pipeline would:
- Update the OpenAPI submodule in each officially supported SDK repository.
- Run the SDK tests in these repositories.
- Report the test results back to the original pull request in this OpenAPI repository, either as comments or through other mechanisms like GitHub Checks.
Expected Benefits
- Early detection of issues in the officially supported SDKs due to changes in the OpenAPI specs.
- Increased confidence in the robustness of both the OpenAPI specifications and the SDKs that rely on them.
- Streamlining of the review process by automating checks that would otherwise be manual.
I look forward to hearing your thoughts on this proposal.