You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/go-mod-tidy.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ jobs:
40
40
push-to-fork: minikube-bot/minikube
41
41
base: master
42
42
delete-branch: true
43
-
title: 'go mod tidy'
43
+
title: 'build: go mod tidy'
44
44
body: |
45
45
Committing changes resulting from `make gomodtidy`.
46
46
This PR is auto-generated by the [gendocs](https://github.com/kubernetes/minikube/blob/master/.github/workflows/go-mod-tidy.yml) CI workflow that runs on every push to master.
Copy file name to clipboardExpand all lines: .github/workflows/leaderboard.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
push-to-fork: minikube-bot/minikube
42
42
base: master
43
43
delete-branch: true
44
-
title: 'Post-release: Add leaderboard for ${{ github.ref_name }}'
44
+
title: 'site: Add leaderboard for ${{ github.ref_name }} (Post-release)'
45
45
body: |
46
46
Committing changes resulting from `make update-leaderboard`.
47
47
This PR is auto-generated by the [update-leaderboard](https://github.com/kubernetes/minikube/blob/master/.github/workflows/leaderboard.yml) CI workflow.
Copy file name to clipboardExpand all lines: .github/workflows/update-golang-version.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ jobs:
42
42
push-to-fork: minikube-bot/minikube
43
43
base: master
44
44
delete-branch: true
45
-
title: 'Update go from ${{ steps.bumpGolang.outputs.OLD_VERSION }} to ${{ steps.bumpGolang.outputs.NEW_VERSION }}'
45
+
title: 'build: Update go from ${{ steps.bumpGolang.outputs.OLD_VERSION }} to ${{ steps.bumpGolang.outputs.NEW_VERSION }}'
46
46
body: |
47
47
Kubernetes Project just updated the [golang version](https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION), updating minikube golang to match Kubernetes.
0 commit comments