From bfe6f9598cfec9008351ca12526143018bfb0fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 20 Jun 2024 14:07:18 +0200 Subject: [PATCH] Update .github/workflows/release-bot.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grzegorz BurzyƄski --- .github/workflows/release-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'