mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 04:19:37 +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 fetch origin main
|
||||
git checkout -b release/${{ env.VERSION }}
|
||||
git push origin release/${{ env.VERSION }}
|
||||
git canary
|
||||
git push origin canary
|
||||
|
||||
gh pr create \
|
||||
--title "🚀 Release ${{ env.VERSION }}" \
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
|
||||
--base main \
|
||||
--head release/${{ env.VERSION }} \
|
||||
--head canary \
|
||||
--draft \
|
||||
--label "release" --label "automated pr" || true \
|
||||
--reviewer siumauricio \
|
||||
|
||||
Reference in New Issue
Block a user