We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e916ec commit 95001e8Copy full SHA for 95001e8
.github/workflows/polka-codes-review-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
34
35
- - name: Review PR
+ - name: Review PR With Gemini 2.5 Pro
36
uses: polka-codes/action@master
37
38
pr_number: ${{ github.event.inputs.pr_number || github.event.number }}
@@ -44,7 +44,7 @@ jobs:
44
GOOGLE_VERTEX_LOCATION: us-central1
45
GOOGLE_VERTEX_PROJECT: ${{ secrets.GOOGLE_VERTEX_PROJECT }}
46
47
- - name: Process PR
+ - name: Review PR With GPT-5
48
49
50
0 commit comments