From ef7a543879502eb6099ddd019d76fc56a8a627c9 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:11:19 +0300 Subject: [PATCH] Fix bump workflow --- .github/workflows/bump.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index c4088ad..9616481 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -86,4 +86,5 @@ jobs: gh pr create --base main --head $BUMP_BRANCH_NAME - --title "Bump version to ${{ inputs.version }}" \ No newline at end of file + --title "Bump version to ${{ inputs.version }}" + --body "This is an automated pull request that bumps the version to ${{ inputs.version }}." \ No newline at end of file