From: Vsevolod Stakhov Date: Sat, 8 Nov 2025 14:23:10 +0000 (+0000) Subject: [Minor] Fix droid usage X-Git-Tag: 3.14.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ba99e9f631f0922559614e10a148406e1da52ad;p=thirdparty%2Frspamd.git [Minor] Fix droid usage --- diff --git a/.github/workflows/droid-code-review.yml b/.github/workflows/droid-code-review.yml index 3de95857f1..b0068aaa7a 100644 --- a/.github/workflows/droid-code-review.yml +++ b/.github/workflows/droid-code-review.yml @@ -180,7 +180,7 @@ jobs: # Run droid exec with the prompt echo "Running code review analysis and submitting results..." - droid exec --model gpt-5-codex -f prompt.txt + droid exec --auto high --model gpt-5-codex -f prompt.txt - name: Mark review as complete if: ${{ success() }}