Skip to content

Commit

Permalink
ci: match commit messages to new guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
walkxcode committed Jan 4, 2025
1 parent be85e65 commit 8639624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compress_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
git config --global user.email "[email protected]"
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 }}
6 changes: 3 additions & 3 deletions .github/workflows/update_icons_and_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git config --global user.email "[email protected]"
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 }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
git config --global user.email "[email protected]"
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 }}
Expand Down Expand Up @@ -94,6 +94,6 @@ jobs:
git config --global user.email "[email protected]"
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 }}

0 comments on commit 8639624

Please sign in to comment.