Skip to content

Commit f3f7cb8

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-2.22
2 parents 14ed782 + def6703 commit f3f7cb8

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/build-notebooks-pr-rhel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
env:
2121
# language=json
2222
contributors: |
23-
["atheo89", "andyatmiami", "caponetto", "daniellutz", "dibryant", "harshad16", "jesuino", "jiridanek", "jstourac", "paulovmr", "Fiona-Waters", "grdryn", "kryanbeane", "mtchoum1"]
23+
["atheo89", "andyatmiami", "caponetto", "daniellutz", "dibryant", "harshad16", "jesuino", "jiridanek", "jstourac", "paulovmr", "Fiona-Waters", "grdryn", "kryanbeane", "mtchoum1", "obrown1205"]
2424
2525
jobs:
2626
gen:

.github/workflows/instant-merge.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,13 @@ on: # yamllint disable-line rule:truthy
88
paths:
99
- manifests/base/params-latest.env
1010

11-
permissions:
12-
contents: write
13-
pull-requests: write
14-
checks: write
15-
security-events: write
16-
statuses: write
17-
1811
jobs:
1912
instant-merge:
2013
runs-on: ubuntu-latest
2114
steps:
2215
- name: instant-merge
2316
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-') ) }}
2417
env:
25-
GITHUB_TOKEN: ${{ github.token }}
18+
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
2619
run: |
2720
gh pr merge --merge --admin ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)