mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 04:19:37 +00:00
chore: remove spaces
This commit is contained in:
18
.github/workflows/create-pr.yml
vendored
18
.github/workflows/create-pr.yml
vendored
@@ -62,18 +62,18 @@ jobs:
|
|||||||
gh pr create \
|
gh pr create \
|
||||||
--title "🚀 Release ${{ env.VERSION }}" \
|
--title "🚀 Release ${{ env.VERSION }}" \
|
||||||
--body '
|
--body '
|
||||||
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
|
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
|
||||||
|
|
||||||
### 🔍 Changes Include:
|
### 🔍 Changes Include:
|
||||||
- Version bump to ${{ env.VERSION }}
|
- Version bump to ${{ env.VERSION }}
|
||||||
- All changes from canary branch
|
- All changes from canary branch
|
||||||
|
|
||||||
### ✅ Pre-merge Checklist:
|
### ✅ Pre-merge Checklist:
|
||||||
- [ ] All tests passing
|
- [ ] All tests passing
|
||||||
- [ ] Documentation updated
|
- [ ] Documentation updated
|
||||||
- [ ] Docker images built and tested
|
- [ ] Docker images built and tested
|
||||||
|
|
||||||
> 🤖 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 canary \
|
--head canary \
|
||||||
--draft \
|
--draft \
|
||||||
|
|||||||
Reference in New Issue
Block a user