chore(deps): update odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-v2-24 to 4401230 #778
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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 }} |