add post-release to PR titles

pull/18688/head
Steven Powell 2024-04-18 11:12:26 -07:00 committed by Medya Ghazizadeh
parent 42775357a4
commit c981a0b715
2 changed files with 3 additions and 3 deletions

View File

@ -34,14 +34,14 @@ jobs:
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update leaderboard
commit-message: 'Add leaderboard for ${{ github.ref_name }}'
committer: minikube-bot <minikube-bot@google.com>
author: minikube-bot <minikube-bot@google.com>
branch: leaderboard
push-to-fork: minikube-bot/minikube
base: master
delete-branch: true
title: 'Update leaderboard'
title: 'Post-release: Add leaderboard for ${{ github.ref_name }}'
body: |
Committing changes resulting from `make update-leaderboard`.
This PR is auto-generated by the [update-leaderboard](https://github.com/kubernetes/minikube/blob/master/.github/workflows/leaderboard.yml) CI workflow.

View File

@ -36,5 +36,5 @@ jobs:
push-to-fork: minikube-bot/minikube
base: master
delete-branch: true
title: Add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}
title: Post-release: Add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}
body: Updating time-to-k8s benchmark as part of the release process