From 0483d47674d930062bf73bc06b37610cf960d779 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 26 Feb 2026 23:17:33 +0100 Subject: [PATCH] Change 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 e15ca296d..0a8c82539 100644 --- a/.github/workflows/localaibot_automerge.yml +++ b/.github/workflows/localaibot_automerge.yml @@ -10,7 +10,7 @@ permissions: actions: write # to dispatch publish workflow jobs: dependabot: - if: github.repository == 'mudler/LocalAI' && github.actor == 'localai-bot' && !contains(github.event.pull_request.title, 'chore(model gallery):') + if: github.repository == 'mudler/LocalAI' && github.actor == 'localai-bot' && contains(github.event.pull_request.title, 'chore:') runs-on: ubuntu-latest steps: - name: Checkout repository