From b42f020ab44815cc458b95d782c62ce63719c6ff Mon Sep 17 00:00:00 2001 From: Misha Kav Date: Sun, 3 Aug 2025 16:30:41 +0300 Subject: [PATCH] fix: update PR title format for gitstream-core bump --- .github/workflows/bump-gitstream-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-gitstream-core.yml b/.github/workflows/bump-gitstream-core.yml index 4474569f..01af68fb 100644 --- a/.github/workflows/bump-gitstream-core.yml +++ b/.github/workflows/bump-gitstream-core.yml @@ -71,6 +71,6 @@ jobs: git push origin HEAD:${{ env.BRANCH_NAME }} gh pr create \ --base develop \ - --title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \ + --title "Bump @linearb/gitstream-core to ${{ env.VERSION }}" \ --body-file pr_description.txt \ --head ${{ env.BRANCH_NAME }} ${{ env.REVIEWER_ARG }} ${{ env.LABEL_ARG }}