We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5de2 commit ba75847Copy full SHA for ba75847
.github/workflows/create-dummy-pr.yml
@@ -30,6 +30,6 @@ jobs:
30
git checkout -b $branch
31
git commit -a -m "$message"
32
git push --set-upstream origin $branch
33
- gh pr create --title "[$RELEASE_BRANCH_NAME] $message" \
+ gh pr create --title "$message" \
34
--body "$message." \
35
- --base $RELEASE_BRANCH_NAME
+ --base main
0 commit comments