remove interactivity for gh

pull/10604/head
Sharif Elgamal 2021-02-24 14:44:58 -08:00
parent 2f67bfd182
commit 613ffce5aa
1 changed files with 1 additions and 1 deletions

View File

@ -102,5 +102,5 @@ else
git remote add minikube-bot git@github.com:minikube-bot/minikube.git
git push -f minikube-bot ${branch}
gh pr create --title "Update kicbase to ${KIC_VERSION}" --base kubernetes:master --head minikube-bot:${branch}
gh pr create --fill --base kubernetes:master --head minikube-bot:${branch}
fi