From f829059e3d6768ec9b805edd00ea14d95fd55239 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 31 Aug 2026 09:38:28 +0200 Subject: [PATCH] Rename branches from 'update/' to 'bump/' Signed-off-by: Ettore Di Giacinto --- .github/workflows/bump_deps.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index 069b094a0..d86725933 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -166,7 +166,7 @@ jobs: push-to-fork: ci-forks/LocalAI commit-message: ':arrow_up: Update ${{ matrix.repository }}' title: 'chore: :arrow_up: Update ${{ matrix.repository }} to `${{ steps.bump.outputs.commit }}`' - branch: "update/${{ matrix.variable }}" + branch: "bump/${{ matrix.variable }}" body: ${{ steps.bump.outputs.message }} signoff: true @@ -203,7 +203,7 @@ jobs: push-to-fork: ci-forks/LocalAI commit-message: ':arrow_up: Update vllm-project/vllm cu130 wheel' title: 'chore: :arrow_up: Update vllm-project/vllm cu130 wheel to `${{ steps.bump.outputs.commit }}`' - branch: "update/VLLM_VERSION" + branch: "bump/VLLM_VERSION" body: ${{ steps.bump.outputs.message }} signoff: true @@ -241,6 +241,6 @@ jobs: push-to-fork: ci-forks/LocalAI commit-message: ':arrow_up: Update vllm-project/vllm-metal (darwin)' title: 'chore: :arrow_up: Update vllm-metal (darwin) to `${{ steps.bump.outputs.commit }}`' - branch: "update/VLLM_METAL_VERSION" + branch: "bump/VLLM_METAL_VERSION" body: ${{ steps.bump.outputs.message }} signoff: true