From 269514601b00805dd7874b001eb7707d811f6e32 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 22 Jun 2021 12:27:14 -0700 Subject: [PATCH] better title for PR --- hack/generate_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/generate_docs.sh b/hack/generate_docs.sh index e2a4defbb2..6e0806b16e 100755 --- a/hack/generate_docs.sh +++ b/hack/generate_docs.sh @@ -49,5 +49,5 @@ if [ "$changes" != "" ]; then git remote add minikube-bot https://minikube-bot:$access_token@github.com/minikube-bot/minikube.git git push -u minikube-bot $branch - gh pr create --base master --head minikube-bot:$branch --title "Update generate-docs" --body "Committing changes resulting from \`make generate-docs\`" + gh pr create --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`" fi