diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 157e822ab..658ecdc91 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -40,5 +40,5 @@ jobs: if: ${{ env.changes_exist == 'true' }} run: | git add --all - git commit --message "Sync CI/CD Config Items" + git commit --message "chore: Sync CI/CD Config Items" git push diff --git a/.github/workflows/locales.yml b/.github/workflows/locales.yml index 6bcc614d0..9540176d9 100644 --- a/.github/workflows/locales.yml +++ b/.github/workflows/locales.yml @@ -41,5 +41,5 @@ jobs: if: ${{ env.changes_exist == 'true' }} run: | git add --all - git commit --message "sync locales" + git commit --message "chore: sync locales" git push