From c7f9f65c74ddcf036c43e0bc9544cea935ed42a0 Mon Sep 17 00:00:00 2001 From: Misha Kav Date: Wed, 27 Aug 2025 11:36:14 +0300 Subject: [PATCH] Update bump-gitstream-core workflow: add backticks to PR title --- .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 0b67c0e7..e88ea0ba 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 }}