mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
auto-update: use a branch prefix rather than suffix (#12097)
This is more in-line with dependabot and similar auto-updaters. Reduce ci coverage on github action updating (it does not change kubespray code, no need for testing).
This commit is contained in:
2
.github/workflows/upgrade-patch-versions.yml
vendored
2
.github/workflows/upgrade-patch-versions.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
commit-message: Patch versions updates
|
||||
title: Patch versions updates - ${{ inputs.branch }}
|
||||
labels: bot
|
||||
branch: ${{ inputs.branch }}-patch-updates
|
||||
branch: component_hash_update/${{ inputs.branch }}
|
||||
sign-commits: true
|
||||
body: |
|
||||
/kind feature
|
||||
|
||||
Reference in New Issue
Block a user