mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update
This commit is contained in:
6
.github/workflows/create-pr.yml
vendored
6
.github/workflows/create-pr.yml
vendored
@@ -56,8 +56,8 @@ jobs:
|
|||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
git fetch origin main
|
git fetch origin main
|
||||||
git checkout -b release/${{ env.VERSION }}
|
git canary
|
||||||
git push origin release/${{ env.VERSION }}
|
git push origin canary
|
||||||
|
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--title "🚀 Release ${{ env.VERSION }}" \
|
--title "🚀 Release ${{ env.VERSION }}" \
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
|
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
|
||||||
--base main \
|
--base main \
|
||||||
--head release/${{ env.VERSION }} \
|
--head canary \
|
||||||
--draft \
|
--draft \
|
||||||
--label "release" --label "automated pr" || true \
|
--label "release" --label "automated pr" || true \
|
||||||
--reviewer siumauricio \
|
--reviewer siumauricio \
|
||||||
|
|||||||
Reference in New Issue
Block a user