From 4bc92d448caaab1fbaa271721420df0f09d96570 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 13 Jul 2024 22:53:56 +0200 Subject: [PATCH] ci: let the docs autobumper follow convcommits Signed-off-by: Ettore Di Giacinto --- .github/workflows/bump_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_docs.yaml b/.github/workflows/bump_docs.yaml index c3ab1698..218dcc61 100644 --- a/.github/workflows/bump_docs.yaml +++ b/.github/workflows/bump_docs.yaml @@ -22,7 +22,7 @@ jobs: token: ${{ secrets.UPDATE_BOT_TOKEN }} push-to-fork: ci-forks/LocalAI commit-message: ':arrow_up: Update docs version ${{ matrix.repository }}' - title: ':arrow_up: Update docs version ${{ matrix.repository }}' + title: 'docs: :arrow_up: update docs version ${{ matrix.repository }}' branch: "update/docs" body: Bump of ${{ matrix.repository }} version inside docs signoff: true