From 17c5c732c797639c69cd18bcceb97ff4dedf7c19 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 16 Oct 2025 23:09:32 +0200 Subject: [PATCH] Update condition for Dependabot job in workflow Signed-off-by: Ettore Di Giacinto --- .github/workflows/localaibot_automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/localaibot_automerge.yml b/.github/workflows/localaibot_automerge.yml index 704bc581e..aa7077b96 100644 --- a/.github/workflows/localaibot_automerge.yml +++ b/.github/workflows/localaibot_automerge.yml @@ -11,7 +11,7 @@ permissions: jobs: dependabot: runs-on: ubuntu-latest - if: ${{ github.actor == 'localai-bot' && !contains(github.event.pull_request.title, 'gallery:') }} + if: ${{ github.actor == 'localai-bot' && !contains(github.event.pull_request.title, 'chore(model gallery):') }} steps: - name: Checkout repository uses: actions/checkout@v5