fix: correctly set pr description (#778)
This commit is contained in:
@@ -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**.<br/>Manual action may be required for major bumps.<br/>Detected change to be ``${{ steps.semver.outputs.bump }}``<br/>Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``"
|
||||
old_string: "**This is an automatic release**.<br/>Manual action may be required for major bumps.<br/>Detected change to be ``${{ steps.semver.outputs.bump }}``<br/>Bump version from ``${{ steps.semver.outputs.current }}`` to ``${{ steps.semver.outputs.next }}``"
|
||||
new_string: "Test"
|
||||
source_branch: dev
|
||||
target_branch: main
|
||||
label: automerge
|
||||
|
||||
Reference in New Issue
Block a user