Skip to content

RHAIENG-726: add tensorflow-rocm images to params-latest.env in rhds/notebooks #787

RHAIENG-726: add tensorflow-rocm images to params-latest.env in rhds/notebooks

RHAIENG-726: add tensorflow-rocm images to params-latest.env in rhds/notebooks #787

Workflow file for this run

---
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 }}