mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
fix(ci): pass emtpy body when creating release PRs (#11203)
## Problem #11061 changed release pr creation, and I missed that creating PRs using `gh` in non-interactive environments *requires* `--body` instead of defaulting to an empty body. ## Summary of changes Explicitly set an empty body when creating release PRs.
This commit is contained in:
1
.github/workflows/_create-release-pr.yml
vendored
1
.github/workflows/_create-release-pr.yml
vendored
@@ -87,5 +87,6 @@ jobs:
|
||||
TITLE: ${{ steps.vars.outputs.title }}
|
||||
run: |
|
||||
gh pr create --title "${TITLE}" \
|
||||
--body "" \
|
||||
--head "${RC_BRANCH}" \
|
||||
--base "${RELEASE_BRANCH}"
|
||||
|
||||
Reference in New Issue
Block a user