We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the addition of coverage in #179 I propose we move the build into PRs as well.
./gradlew build
OpenSearch.openapi.json
Currently CI/CD re-generates the OpenAPI spec and makes a PR. This causes several issues.
Require that developers run ./gradlew build before a PR can be merged.
The text was updated successfully, but these errors were encountered:
@dblock will #211 resolve this one as well?
Sorry, something went wrong.
Yes, closing.
No branches or pull requests
What/Why
What are you proposing?
With the addition of coverage in #179 I propose we move the build into PRs as well.
./gradlew build
output/overwriteOpenSearch.openapi.json
at the root.What problems are you trying to solve?
Currently CI/CD re-generates the OpenAPI spec and makes a PR. This causes several issues.
What is the developer experience going to be?
Require that developers run
./gradlew build
before a PR can be merged.The text was updated successfully, but these errors were encountered: