ci: add gemini ai pr review action #3
@@ -18,8 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Gemini AI Review
|
- name: Gemini AI Review
|
||||||
uses: petarzarkov/gemini-code-review-action@latest # Using latest version tag
|
uses: petarzarkov/gemini-code-review-action@latest # Using latest version tag
|
||||||
with:
|
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 }}
|
||||||
# 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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user