kubernetes-sigs / structured-merge-diff

Test cases and implementation for "server-side apply"
Apache License 2.0
105 stars 63 forks source link

Add go mod verify script and pre-submit #271

Open jpbetz opened 2 hours ago

jpbetz commented 2 hours ago

go.mod should not be allowed to fall out of sync with vendor/modules.txt.

A hack/verify-vendor.sh style script should be added and then a verify presubmit should be added that calls this verify script.

jpbetz commented 2 hours ago

/help

k8s-ci-robot commented 2 hours ago

@jpbetz: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubernetes-sigs/structured-merge-diff/issues/271): >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.