Skip to content

Commit fcd695b

Browse files
committed
fix: simplify PR body in main to prod deployment workflow
- Updated the PR body to enhance clarity and conciseness, removing unnecessary details while retaining essential information for deployment approval.
1 parent ad3e495 commit fcd695b

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.github/workflows/sync-main-to-prod.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,11 @@ jobs:
4646
--head main \
4747
--base prod \
4848
--title "🚀 Deploy main changes to prod" \
49-
--body "## Main to Prod Deployment
49+
--body "## Deploy to Production
5050
51-
This PR contains the latest changes from the main branch ready for production deployment.
51+
Latest changes from main are ready for production deployment.
5252
53-
**Changes included:**
54-
- Latest commits from main branch
55-
- Auto-generated by main-to-prod deployment workflow
56-
57-
**What this means:**
58-
- Your main branch has new changes ready for production
59-
- This PR will deploy those changes to the prod branch
60-
- Review carefully before merging to production
61-
62-
**Review checklist:**
63-
- [ ] Verify all changes are production-ready
64-
- [ ] Check that all tests are passing
65-
- [ ] Ensure no breaking changes are included
66-
- [ ] Confirm deployment readiness
53+
**Approve this PR to start the build** - the build will be automatically triggered on the prod branch.
6754
6855
---
69-
*This PR was automatically created by the main-to-prod deployment workflow*"
56+
*Auto-generated by main-to-prod workflow*"

0 commit comments

Comments
 (0)