Skip to content

Commit b905112

Browse files
authored
[ci] specify pr body
1 parent 234d1e9 commit b905112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,6 @@ jobs:
418418
git commit -m "Bump version to $next_version"
419419
git push origin "bump/$next_version"
420420
# Create pull request
421-
gh pr create -B master -t "[misc] Bump version to $next_version"
421+
gh pr create -B master -t "[misc] Bump version to $next_version" -b "Bump version to $next_version"
422422
env:
423423
GITHUB_TOKEN: ${{ secrets.GARDENER_PAT }}

0 commit comments

Comments
 (0)