From f58c38a1aa654acc474b492610452a9c38d20f42 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:46:18 +0200 Subject: [PATCH] fix: correctly set pr description (#778) --- .github/workflows/deployment-weekly-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment-weekly-release.yml b/.github/workflows/deployment-weekly-release.yml index e45cc5b69..99df3aa13 100644 --- a/.github/workflows/deployment-weekly-release.yml +++ b/.github/workflows/deployment-weekly-release.yml @@ -35,7 +35,8 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} title: "chore(release): automatic release ${{ steps.semver.outputs.next }}" - new_string: "**This is an automatic release**.
Manual action may be required for major bumps.
Detected change to be ``${{ steps.semver.outputs.bump }}``
Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``" + old_string: "**This is an automatic release**.
Manual action may be required for major bumps.
Detected change to be ``${{ steps.semver.outputs.bump }}``
Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``" + new_string: "Test" source_branch: dev target_branch: main label: automerge