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 9b9fbcf6f0 - Show all commits
+2
View File
1
@@ -21,5 +21,7 @@ jobs:
env: env:
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:
model: gemini-1.5-flash
# 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..."