Skip to content

Commit ab6fa66

Browse files
committed
feat: amend automatic release PR
We decided to not rename the branches just yet, so this workflow is changed with our current branch structure in place.
1 parent aabde5d commit ab6fa66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Create Release PR
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ dev ]
55

66
permissions:
77
contents: write
@@ -28,8 +28,8 @@ jobs:
2828
GH_TOKEN: ${{ secrets.GHA_CREATE_PR }}
2929
run: |
3030
gh pr create \
31-
--base release \
32-
--head main \
31+
--base main \
32+
--head dev \
3333
--title "chore: new release" \
34-
--body "Automated PR from main to release" \
34+
--body "Automated PR from dev to main (release)" \
3535
--label "automated pr"

0 commit comments

Comments
 (0)