From 9235de4095dfde158f8f52376ea0fc4fc7abd06f Mon Sep 17 00:00:00 2001 From: MrDynamo Date: Fri, 3 May 2024 20:07:30 -0500 Subject: [PATCH] ci(semantic-release): update sync commit msg --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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