forked from infra/ansible
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 <awilliam@redhat.com>
This commit is contained in:
parent
a00af9f5cd
commit
1bdd2c4529
1 changed files with 2 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue