git username

pull/11402/head
Sharif Elgamal 2021-05-13 10:43:55 -07:00
parent 9290ca7e2e
commit 468e2e85bb
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ PLV=v${RAW}
${SED} "s/PreloadVersion = .*/PreloadVersion = \"${PLV}\"/" pkg/minikube/download/preload.go
# Open a PR with the changes
git config user.name "minikube-bot"
git config user.email "minikube-bot@google.com"
branch=storage-provisioner-${SP_VERSION}
git checkout -b ${branch}