Skip to content

chore(deps): update odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-v2-24 to 6b7ecbf #773

chore(deps): update odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-v2-24 to 6b7ecbf

chore(deps): update odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-v2-24 to 6b7ecbf #773

---
name: Instant Merge Konflux PRs
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
paths:
- manifests/base/params-latest.env
permissions:
contents: write
pull-requests: write
checks: write
security-events: write
statuses: write
jobs:
instant-merge:
runs-on: ubuntu-latest
steps:
- name: instant-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 }}