Skip to content

Commit

Permalink
[ci] Fill in the pull request body
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Mar 10, 2022
1 parent 98d58e2 commit d3171eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,6 @@ jobs:
git commit -m "Bump version to $next_version"
git push origin "bump/$next_version"
# Create pull request
gh pr create -B master -t "[misc] Bump version to $next_version"
gh pr create -B master -t "[misc] Bump version to $next_version" -b "Bump version to $next_version"
env:
GITHUB_TOKEN: ${{ secrets.GARDENER_PAT }}

0 comments on commit d3171eb

Please sign in to comment.