Skip to content

Commit 11a11c1

Browse files
committed
also review with gpt5
1 parent 3bfa3b6 commit 11a11c1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/polka-codes-review-pr.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
3434

35-
- name: Process PR
35+
- name: Review PR
3636
uses: polka-codes/action@master
3737
with:
3838
pr_number: ${{ github.event.inputs.pr_number || github.event.number }}
@@ -45,4 +45,16 @@ jobs:
4545
GOOGLE_VERTEX_LOCATION: us-central1
4646
GOOGLE_VERTEX_PROJECT: ${{ secrets.GOOGLE_VERTEX_PROJECT }}
4747

48+
- name: Process PR
49+
uses: polka-codes/action@master
50+
with:
51+
pr_number: ${{ github.event.inputs.pr_number || github.event.number }}
52+
review: true
53+
verbose: 2
54+
env:
55+
POLKA_API_PROVIDER: openai
56+
POLKA_MODEL: gpt-5-2025-08-07
57+
GITHUB_TOKEN: ${{ github.token }}
58+
POLKA_API_KEY: ${{ secrets.OPENAI_API_KEY }}
59+
4860
# Generated by polka.codes

0 commit comments

Comments
 (0)