diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0b91c930..ba63f615 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -95,4 +95,4 @@ jobs: github_token: ${{ steps.gh_app.outputs.token }} from_branch: ${{ github.ref_name }} target_branch: develop - message: Auto-sync ${{ github.ref_name }} into develop \ No newline at end of file + message: chore: sync develop with ${{ github.ref_name }} \ No newline at end of file