From b905112c911e22e3935c33a0632d410a6fa72aa2 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 10 Mar 2022 16:22:14 +0800 Subject: [PATCH] [ci] specify pr body --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 464d955d0..c9b3a097b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -418,6 +418,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 }}