File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,22 @@ jobs:
391
391
OS_APPLICATION_CREDENTIAL_SECRET : ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
392
392
if : always()
393
393
394
+ - name : Propose changes via PR if required
395
+ uses : peter-evans/create-pull-request@v7
396
+ with :
397
+ path : ${{ github.workspace }}/src/kayobe-config
398
+ commit-message : >-
399
+ Bump overcloud host image(s) to ${{ steps.host_image_tag.outputs.host_image_tag }}
400
+ author :
stackhpc-ci <[email protected] >
401
+ branch : bump-overcloud-host-images/${{ steps.host_image_tag.outputs.host_image_tag }}
402
+ delete-branch : true
403
+ title : >-
404
+ DNM test PR: Bump overcloud host image(s) to ${{ steps.host_image_tag.outputs.host_image_tag }}
405
+ body : >
406
+ This PR was created automatically to update the overcloud host image
407
+ tag(s) to ${{ steps.host_image_tag.outputs.host_image_tag }}.
408
+ if : (!inputs.ubuntu-noble || steps.build_ubuntu_noble.outcome == 'success') && (!inputs.rocky9 || steps.build_rocky_9.outcome == 'success')
409
+
394
410
- name : Send message to Slack via Workflow Builder
395
411
396
412
with :
You can’t perform that action at this time.
0 commit comments