From 1bdd2c4529ba2549bd322f48d56ab797793b8b63 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 4 May 2026 14:02:53 -0700 Subject: [PATCH] ai-review: set include_mr_summary false for shorter reviews This sets a config option that gets ai-code-review to generate shorter review text. It skips the MR Summary section and just posts the Detailed Code Review section. Signed-off-by: Adam Williamson --- .forgejo/workflows/ai-review.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ai-review.yaml b/.forgejo/workflows/ai-review.yaml index 0b4ec71952..cbe046dc54 100644 --- a/.forgejo/workflows/ai-review.yaml +++ b/.forgejo/workflows/ai-review.yaml @@ -11,5 +11,7 @@ jobs: uses: quality/workflows/.forgejo/workflows/ai-review.yml@main with: pr: ${{ forgejo.event.pull_request.number }} + config: | + include_mr_summary: false secrets: GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}