From 9c0df648a6aa29548a7f1da7a370ea85bccf589e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 13 Jul 2024 22:53:29 +0200 Subject: [PATCH] ci: let the bot follow up convcommits style Signed-off-by: Ettore Di Giacinto --- .github/workflows/bump_deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index 7dbe22b2..2b145532 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -51,7 +51,7 @@ jobs: token: ${{ secrets.UPDATE_BOT_TOKEN }} push-to-fork: ci-forks/LocalAI commit-message: ':arrow_up: Update ${{ matrix.repository }}' - title: ':arrow_up: Update ${{ matrix.repository }}' + title: 'chore: :arrow_up: Update ${{ matrix.repository }}' branch: "update/${{ matrix.variable }}" body: Bump of ${{ matrix.repository }} version signoff: true