diff --git a/.github/workflows/issue_to_pr.yml b/.github/workflows/issue_to_pr.yml index 8fa01d0dd..24859cf7b 100644 --- a/.github/workflows/issue_to_pr.yml +++ b/.github/workflows/issue_to_pr.yml @@ -36,5 +36,5 @@ jobs: with: source_branch: "add-allocator-${{ github.event.issue.number }}" destination_branch: "main" - pr_title: "PR for #${{ github.event.issue.title }}" + pr_title: "PR for ${{ github.event.issue.title }} " pr_body: "This PR contains the contents of issue #${{ github.event.issue.number }} as a JSON file."