From 817d8d57f8d63dd56bf54e43f90c20d792fcf94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Irzyk?= <108666440+pawelirh@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:30:14 +0200 Subject: [PATCH] Add PR body (#55) --- .github/workflows/release-repository.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-repository.yaml b/.github/workflows/release-repository.yaml index ebc8c70..f822a6f 100644 --- a/.github/workflows/release-repository.yaml +++ b/.github/workflows/release-repository.yaml @@ -97,7 +97,8 @@ jobs: gh pr create \ --base ${{ env.MAIN_BRANCH }} \ --head ${{ github.event.inputs.target_branch }} \ - --title "Release ${{ steps.create_release_candidate.outputs.version}} to main" + --title "Release ${{ steps.create_release_candidate.outputs.version}} to main" \ + --body "This PR incorporates package(s) version and changelog update." - name: Checkout to main if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && github.event.inputs.automatic_mode == true }}