From 2e9fe918d2994a3e50315748bb88cd0c717e016a Mon Sep 17 00:00:00 2001 From: Deepak Chourasia Date: Mon, 20 May 2024 18:43:39 +0530 Subject: [PATCH] Update instant-merge.yaml Signed-off-by: Deepak Chourasia --- .github/workflows/instant-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/instant-merge.yaml b/.github/workflows/instant-merge.yaml index 3d13f3eafd2..1005aa7b67a 100644 --- a/.github/workflows/instant-merge.yaml +++ b/.github/workflows/instant-merge.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: instant-merge - if: ${{ github.event.sender.login == 'red-hat-konflux[bot]' && 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-') || contains(github.event.pull_request.title, 'update kserve-') ) }} env: GITHUB_TOKEN: ${{ github.token }} run: |