Skip to content

Commit 7db7996

Browse files
Make the PR a draft
1 parent 544113c commit 7db7996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Create pull request
7676
run: |
77-
gh pr create -B "${BASE_BRANCH}" -H release/"${NEW_VERSION}" --title "Release v:${NEW_VERSION}" --body "Release v:${NEW_VERSION}"
77+
gh pr create -B "${BASE_BRANCH}" -H release/"${NEW_VERSION}" --title "Release v:${NEW_VERSION}" --body "Release v:${NEW_VERSION}" --draft
7878
env:
7979
BASE_BRANCH: ${{ github.ref_name }}
8080
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)