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
This PR promotes changes from `canary` to `main` for version v${{ env.VERSION }}.
57
-
### 🔍 Changes Include:
58
-
- Version bump to v${{ env.VERSION }}
59
-
- All changes from canary branch
60
-
### ✅ Pre-merge Checklist:
61
-
- [ ] All tests passing
62
-
- [ ] Documentation updated
63
-
- [ ] Docker images built and tested
64
-
> 🤖 This PR was automatically generated from the canary branch
65
-
base: main
66
-
branch: release/v${{ env.VERSION }}
67
-
draft: true
68
-
labels: |
69
-
release
70
-
automated pr
71
-
reviewers: |
72
-
siumauricio
73
-
assignees: |
74
-
siumauricio
75
-
delete-branch: false
50
+
run: |
51
+
gh pr create \
52
+
--title "🚀 Release v${{ env.VERSION }}" \
53
+
--body "## 🔄 Release v${{ env.VERSION }}\n\nThis PR promotes changes from \`canary\` to \`main\` for version v${{ 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 from the canary branch" \
0 commit comments