From 8639624179ab2d746e21f08c7ec91ac78a1ba0a7 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sun, 5 Jan 2025 00:58:49 +0100 Subject: [PATCH] ci: match commit messages to new guidelines --- .github/workflows/compress_icons.yml | 2 +- .github/workflows/update_icons_and_resources.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compress_icons.yml b/.github/workflows/compress_icons.yml index 4a2156e8..c7570e13 100644 --- a/.github/workflows/compress_icons.yml +++ b/.github/workflows/compress_icons.yml @@ -43,6 +43,6 @@ jobs: git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add png/ svg/ webp/ - git commit -m ":compression: Compress icons" || exit 0 + git commit -m "ci: github-actions: compress icons" || exit 0 git pull --rebase origin ${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }} diff --git a/.github/workflows/update_icons_and_resources.yml b/.github/workflows/update_icons_and_resources.yml index b72b0b72..32ca1b9e 100644 --- a/.github/workflows/update_icons_and_resources.yml +++ b/.github/workflows/update_icons_and_resources.yml @@ -38,7 +38,7 @@ jobs: git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add png/ webp/ - git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0 + git commit -m "ci: github-actions: convert SVG assets to PNG and WEBP" || exit 0 git pull --rebase origin ${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }} @@ -66,7 +66,7 @@ jobs: git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add tree.json - git commit -m ":construction_worker: Generate file tree" || exit 0 + git commit -m "ci: github-actions: generate file tree" || exit 0 git pull --rebase origin ${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }} @@ -94,6 +94,6 @@ jobs: git config --global user.email "homarr-labs@proton.me" git config --global user.name "Dashboard Icons Bot" git add ICONS.md - git commit -m ":construction_worker: Generate ICONS.md" || exit 0 + git commit -m "ci: github-actions: generate ICONS.md" || exit 0 git pull --rebase origin ${{ github.ref_name }} git push origin HEAD:${{ github.ref_name }}