Commit c8d1ddfc authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #29586 from kubernetes/childsb-patch-1

Automatic merge from submit-queue Update pull-requests.md fix typo Fix the make target for `make test-integration`
parents bc92126d 534e8b8d
...@@ -71,7 +71,7 @@ The following will save time for both you and your reviewer: ...@@ -71,7 +71,7 @@ The following will save time for both you and your reviewer:
* Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass. * Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass.
* Verify `make verify` passes. * Verify `make verify` passes.
* Verify `make test` passes. * Verify `make test` passes.
* Verify `make test-integration.sh` passes. * Verify `make test-integration` passes.
## Release Notes ## Release Notes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment