From 4f11fc254718090ec95cfc0fec61e3e7fe77ec35 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 19 Jan 2025 10:49:08 -0600 Subject: [PATCH] chore: remove spaces --- .github/workflows/create-pr.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index dfb6a2e92..994231bb5 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -62,18 +62,18 @@ jobs: gh pr create \ --title "🚀 Release ${{ env.VERSION }}" \ --body ' - This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}. + This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}. - ### 🔍 Changes Include: - - Version bump to ${{ env.VERSION }} - - All changes from canary branch + ### 🔍 Changes Include: + - Version bump to ${{ env.VERSION }} + - All changes from canary branch - ### ✅ Pre-merge Checklist: - - [ ] All tests passing - - [ ] Documentation updated - - [ ] Docker images built and tested + ### ✅ Pre-merge Checklist: + - [ ] All tests passing + - [ ] Documentation updated + - [ ] Docker images built and tested - > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \ + > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \ --base main \ --head canary \ --draft \