Skip to content

Commit

Permalink
add post-release to PR titles
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored and medyagh committed Apr 18, 2024
1 parent 4277535 commit c981a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
author: minikube-bot <[email protected]>
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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/time-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c981a0b

Please sign in to comment.