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 3bfa3b6 commit 11a11c1Copy full SHA for 11a11c1
.github/workflows/polka-codes-review-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
34
35
- - name: Process PR
+ - name: Review PR
36
uses: polka-codes/action@master
37
38
pr_number: ${{ github.event.inputs.pr_number || github.event.number }}
@@ -45,4 +45,16 @@ jobs:
45
GOOGLE_VERTEX_LOCATION: us-central1
46
GOOGLE_VERTEX_PROJECT: ${{ secrets.GOOGLE_VERTEX_PROJECT }}
47
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
+
60
# Generated by polka.codes
0 commit comments