Skip to content

Commit 01c9fcd

Browse files
committed
👷 update config and commit emoji
1 parent eb5d787 commit 01c9fcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/chglog/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ options:
2727
bug: ":bug: Bug Fixes"
2828
zap: ":zap: Performance Improvements"
2929
recycle: ":recycle: Code Refactoring"
30-
art: ":art: structure/code formating"
30+
art: ":art: Structure/Formating"
3131
memo: ":memo: Add or update documentation."
3232
white_check_mark: ":white_check_mark: Add/Update Test Cases"
3333
package: ":package: Dependencies"

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
COMMIT_MSG: |
38-
:memo: update CHANGELOG.md
38+
:card_file_box: update CHANGELOG.md
3939
run: |
4040
git config --global user.name "github-actions[bot]"
4141
git config --global user.email "github-actions[bot]@users.noreply.github.com"

.github/workflows/docgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
COMMIT_MSG: |
50-
:memo: DOC: Update doc/sql.txt
50+
:card_file_box: Update doc/sql.txt
5151
run: |
5252
git config --global user.name "github-actions[bot]"
5353
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)