Skip to content

Commit 4329ff0

Browse files
committed
remove ISO from PR title
1 parent bd314ef commit 4329ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-nerdctld-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
38-
commit-message: 'Kicbase/ISO: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
38+
commit-message: 'Kicbase: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
3939
committer: minikube-bot <[email protected]>
4040
author: minikube-bot <[email protected]>
4141
branch: auto_bump_nerdctld_version
4242
branch-suffix: short-commit-hash
4343
push-to-fork: minikube-bot/minikube
4444
base: master
4545
delete-branch: true
46-
title: 'Kicbase/ISO: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
46+
title: 'Kicbase: Update nerdctld from ${{ steps.bumpNerdctld.outputs.OLD_VERSION }} to ${{ steps.bumpNerdctld.outputs.NEW_VERSION }}'
4747
body: |
4848
The nerdctld project released a [new version](https://github.com/afbjorklund/nerdctld/releases)
4949

0 commit comments

Comments
 (0)