Skip to content

Commit bd4a97c

Browse files
RHOAIENG-28188: add .tekton/ files for version 2025a-v1.34 (#1365)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1eb8e7 commit bd4a97c

17 files changed

+10904
-0
lines changed

.github/workflows/insta-merge.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Insta Merge Konflux PRs
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- manifests/base/params-latest.env
7+
types:
8+
- opened
9+
branches:
10+
- 'main'
11+
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
checks: write
16+
security-events: write
17+
statuses: write
18+
19+
jobs:
20+
instant-merge:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: insta-merge
24+
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-') ) }}
25+
env:
26+
GITHUB_TOKEN: ${{ github.token }}
27+
run: |
28+
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)