Skip to content

chore(deps): update odh-pipeline-runtime-pytorch-rocm-py312-ubi9 to e717e6c #311

chore(deps): update odh-pipeline-runtime-pytorch-rocm-py312-ubi9 to e717e6c

chore(deps): update odh-pipeline-runtime-pytorch-rocm-py312-ubi9 to e717e6c #311

Workflow file for this run

---
name: Insta Merge Konflux PRs
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- manifests/base/params-latest.env
types:
- opened
branches:
- 'main'
permissions:
contents: write
pull-requests: write
checks: write
security-events: write
statuses: write
jobs:
instant-merge:
runs-on: ubuntu-latest
steps:
- name: insta-merge
if: ${{ github.event.sender.login == 'red-hat-konflux[bot]' && ( contains(github.event.pull_request.title, 'Update odh-workbench-jupyter-') || contains(github.event.pull_request.title, 'Update odh-workbench-codeserver-') || contains(github.event.pull_request.title, 'Update odh-pipeline-runtime-') ) }}
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}