Skip to content

Commit 7dca4fe

Browse files
committed
refactor: update
1 parent 84690c5 commit 7dca4fe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/create-pr.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,19 @@ jobs:
6161
6262
gh pr create \
6363
--title "🚀 Release ${{ env.VERSION }}" \
64-
--body "## 🔄 Release ${{ env.VERSION }}\n\nThis PR promotes changes from \`canary\` to \`main\` for version ${{ env.VERSION }}.\n\n### 🔍 Changes Include:\n- Version bump to v${{ env.VERSION }}\n- All changes from canary branch\n\n### ✅ Pre-merge Checklist:\n- [ ] All tests passing\n- [ ] Documentation updated\n- [ ] Docker images built and tested\n\n> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)." \
64+
--body: |
65+
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
66+
67+
### 🔍 Changes Include:
68+
- Version bump to ${{ env.VERSION }}
69+
- All changes from canary branch
70+
71+
### ✅ Pre-merge Checklist:
72+
- [ ] All tests passing
73+
- [ ] Documentation updated
74+
- [ ] Docker images built and tested
75+
76+
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
6577
--base main \
6678
--head release/${{ env.VERSION }} \
6779
--draft \

0 commit comments

Comments
 (0)