From 360f337e0b4791f4bbb4d7eecc5bf7aeba412bbe Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 10 Apr 2025 10:53:58 +0200 Subject: [PATCH] fix: use more conventional commit message for workflow updates Signed-off-by: Christoph Wurst --- .github/workflows/dispatch-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch-workflow.yml b/.github/workflows/dispatch-workflow.yml index dd9c2ebe..4d2d7fec 100644 --- a/.github/workflows/dispatch-workflow.yml +++ b/.github/workflows/dispatch-workflow.yml @@ -88,11 +88,11 @@ jobs: with: body: 'Automated update of the ${{ github.event.inputs.name }} workflow from https://github.com/${{ github.repository }}' branch: 'feat/workflow-auto-update-${{ github.event.inputs.name }}' - commit-message: 'chore(CI): Updating ${{ github.event.inputs.name }} workflow from template' + commit-message: 'ci: update ${{ github.event.inputs.name }} workflow from template' committer: Nextcloud bot author: Nextcloud bot path: target signoff: true - title: 'chore(CI): Updating ${{ github.event.inputs.name }} workflow from template' + title: 'ci: update ${{ github.event.inputs.name }} workflow from template' labels: dependencies token: ${{ secrets.TEMPLATE_WORKFLOW_DISPATCH_PAT }}