mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update
This commit is contained in:
35
.github/workflows/create-pr.yml
vendored
35
.github/workflows/create-pr.yml
vendored
@@ -47,14 +47,27 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
|
if: env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
|
||||||
run: |
|
uses: peter-evans/create-pull-request@v7
|
||||||
gh pr create \
|
with:
|
||||||
--title "🚀 Release v${{ env.VERSION }}" \
|
token: ${{ secrets.GH_PAT }}
|
||||||
--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" \
|
title: "🚀 Release ${{ env.VERSION }}"
|
||||||
--base main \
|
body: |
|
||||||
--head canary \
|
## 🔄 Release ${{ env.VERSION }}
|
||||||
--draft \
|
|
||||||
--reviewer siumauricio \
|
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
|
||||||
--assignee siumauricio
|
|
||||||
env:
|
### 🔍 Changes Include:
|
||||||
GH_TOKEN: ${{ secrets.GH_PAT }}
|
- Version bump to ${{ env.VERSION }}
|
||||||
|
- All changes from canary branch
|
||||||
|
|
||||||
|
### ✅ Pre-merge Checklist:
|
||||||
|
- [ ] All tests passing
|
||||||
|
- [ ] Documentation updated
|
||||||
|
- [ ] Docker images built and tested
|
||||||
|
|
||||||
|
> 🤖 This PR was automatically generated from the canary branch
|
||||||
|
base: main
|
||||||
|
branch: canary
|
||||||
|
draft: true
|
||||||
|
assignees: siumauricio
|
||||||
|
reviewers: siumauricio
|
||||||
|
|||||||
Reference in New Issue
Block a user