You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-pr.yml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,19 @@ jobs:
61
61
62
62
gh pr create \
63
63
--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) \
0 commit comments