ci: add gemini ai pr review action #3

Merged
LordSchmackes merged 7 commits from feature/gemini-action-setup into main 2026-05-21 13:46:59 +00:00
Showing only changes of commit 28098658ac - Show all commits
+1 -1
View File
1
@@ -22,6 +22,6 @@ jobs:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
model: gemini-1.5-flash model: gemini-2.0-flash-lite
# You can add custom prompt instructions here if needed: # You can add custom prompt instructions here if needed:
# prompt: "You are a senior software engineer. Review this PR..." # prompt: "You are a senior software engineer. Review this PR..."