From b8155a22a8499f90889052a00f00a60d2a83b499 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 12 May 2025 15:58:30 +0200 Subject: [PATCH] ci(actions): Update pr description Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index f35c738bc..c6ef462c1 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -147,8 +147,7 @@ jobs: pr_title: "Updated patch build from main ${{ env.HEAD_COMMIT_ID }}" pr_body: | This PR updates the Helm chart version after building the patch from $HEAD_COMMIT_ID. - Once this PR is merged, To update the latest tag, run the following workflow. - https://github.com/openreplay/openreplay/actions/workflows/update-tag.yaml + Once this PR is merged, tag update job will run automatically. # - name: Debug Job # if: ${{ failure() }}