From ef891cb0b16e5c9a193252509b7f2a1154ffbcdf Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Sat, 6 Apr 2024 13:10:08 +0200 Subject: [PATCH] ci(patch): Adding follow up job trigger in description Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index 67f3fa5c3..858653b41 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -134,7 +134,10 @@ jobs: source_branch: ${{ env.BRANCH_NAME }} destination_branch: "main" pr_title: "Updated patch build from main $HEAD_COMMIT_ID" - pr_body: "This PR updates the Helm chart version after building the patch from $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 # - name: Debug Job # if: ${{ failure() }}