diff --git a/.github/workflows/release-bot.yaml b/.github/workflows/release-bot.yaml index 5b07c8a2f..0dd979d17 100644 --- a/.github/workflows/release-bot.yaml +++ b/.github/workflows/release-bot.yaml @@ -140,4 +140,4 @@ jobs: with: branch: main title: '[cherry-pick] ${{ needs.semver.outputs.version }} - ${{ github.sha }}' - body: 'Cherry picking ${{ needs.semver.outputs.version }} commit (${{ github.sha }}) onto this branch' + body: 'Cherry picking ${{ needs.semver.outputs.version }} commit (${{ github.sha }}) onto main'