From 23eb4cdff7f4e8c62b7975c33f2f621bc867e151 Mon Sep 17 00:00:00 2001 From: Sergio Castillo Date: Wed, 10 Sep 2025 09:10:55 +0200 Subject: [PATCH] ci: adapt to breaking change in lgtm-ai --- .github/workflows/lgtm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lgtm.yml b/.github/workflows/lgtm.yml index fb9172a..a7e3f73 100644 --- a/.github/workflows/lgtm.yml +++ b/.github/workflows/lgtm.yml @@ -46,7 +46,7 @@ jobs: -w /workspace \ elementsinteractive/lgtm-ai \ review \ - --pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \ --git-api-key "${{ secrets.GITHUB_TOKEN }}" \ --ai-api-key "${{ secrets.AI_API_TOKEN }}" \ - -vv + -vv \ + "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"