Skip to content

Commit

Permalink
Merge pull request #183 from red-hat-data-services/instant
Browse files Browse the repository at this point in the history
updating instant-merger
  • Loading branch information
dchourasia authored Mar 18, 2024
2 parents fa6bb2a + 23017ff commit d1b492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instant-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: instant-merge
if: ${{ github.event.sender.login == 'red-hat-konflux' && startsWith(github.event.pull_request.title, 'Update kserve-') }}
if: ${{ github.event.sender.login == 'red-hat-konflux[bot]' && startsWith(github.event.pull_request.title, 'Update kserve-') }}
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
Expand Down

0 comments on commit d1b492a

Please sign in to comment.