We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163c50a + ab6fa66 commit bfbbad1Copy full SHA for bfbbad1
1 file changed
.github/workflows/create-release-pr.yml
@@ -1,7 +1,7 @@
1
name: Create Release PR
2
on:
3
push:
4
- branches: [ main ]
+ branches: [ dev ]
5
6
permissions:
7
contents: write
@@ -28,8 +28,8 @@ jobs:
28
GH_TOKEN: ${{ secrets.GHA_CREATE_PR }}
29
run: |
30
gh pr create \
31
- --base release \
32
- --head main \
+ --base main \
+ --head dev \
33
--title "chore: new release" \
34
- --body "Automated PR from main to release" \
+ --body "Automated PR from dev to main (release)" \
35
--label "automated pr"
0 commit comments