Add skip gradle check
that doesn't run gradle checks but passes the run gradle check
requirement.
#813
Labels
enhancement
Enhancement or improvement to existing feature or request
Is your feature request related to a problem? Please describe.
We often make PRs such as #812 that are a README change or similar trivialities. This wastes a costly and time-consuming
run gradle check
.Describe the solution you'd like
Admins should be able to comment
run gradle check
orskip gradle check
which will respectively run or skip gradle check and satisfy the gradle check requirement. It should also be clear which one was chosen when looking at a PR.Describe alternatives you've considered
Just always run gradle checks. In that case I'd want to be able to
[skip gradle check]
in the commit message.Additional context
Related to https://github.com/opensearch-project/OpenSearch/issues/597
The text was updated successfully, but these errors were encountered: