]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix droid usage
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 8 Nov 2025 14:23:10 +0000 (14:23 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 8 Nov 2025 14:23:10 +0000 (14:23 +0000)
.github/workflows/droid-code-review.yml

index 3de95857f1bd9153257a6386a6048d7eb88d9080..b0068aaa7ae10f0145bd134d8b1102f7eb17c20a 100644 (file)
@@ -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() }}