From 5c74d4e55bde878cd937ef35a5efadb070a860b0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Mon, 28 Oct 2024 15:46:26 +0100 Subject: [PATCH] fix(action-pr): fixing creating of pull request --- .github/workflows/creating_pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/creating_pr.yml b/.github/workflows/creating_pr.yml index c5cb438..af3e478 100644 --- a/.github/workflows/creating_pr.yml +++ b/.github/workflows/creating_pr.yml @@ -37,6 +37,7 @@ jobs: with: commit-message: "chore(release): update to ${{ github.event.inputs.tag }}" branch: release/${{ github.event.inputs.tag }} + base: main title: "Release ${{ github.event.inputs.tag }}" body: "This PR updates the chart versions to ${{ github.event.inputs.tag }}." - labels: release \ No newline at end of file + labels: release