-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: match commit messages to new guidelines
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} |