ci(patch): Adding follow up job trigger in description
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f44deab77b
commit
ef891cb0b1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/patch-build.yaml
vendored
5
.github/workflows/patch-build.yaml
vendored
|
|
@ -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() }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue