From a47427de9ed0fe340ece4707301301a0713a990b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 9 Apr 2022 18:56:13 -0700 Subject: [PATCH] fix: Tweak commit message for calibre action to be semantic --- .github/workflows/calibreapp-image-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 8b48fd539..4294cc0bd 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -50,7 +50,7 @@ jobs: steps.calibre.outputs.markdown != '' uses: peter-evans/create-pull-request@v3 with: - title: Auto Compress Images + title: "chore: Auto Compress Images" branch-suffix: timestamp - commit-message: Compress Images + commit-message: "chore: Compressed inefficient images automatically" body: ${{ steps.calibre.outputs.markdown }}