File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed
Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020
2121jobs :
2222 review_gemini :
23- name : Review With Gemini 2.5 Pro
23+ name : Review With Gemini
2424 timeout-minutes : 40
2525 runs-on : ubuntu-latest
2626 steps :
4545 GITHUB_TOKEN : ${{ github.token }}
4646 GOOGLE_VERTEX_LOCATION : global
4747 GOOGLE_VERTEX_PROJECT : ${{ secrets.GOOGLE_VERTEX_PROJECT }}
48-
49- review_gpt5 :
50- name : Review With GPT-5
51- timeout-minutes : 40
52- runs-on : ubuntu-latest
53- steps :
54- - name : Checkout repository
55- uses : actions/checkout@v4
56- with :
57- fetch-depth : 0
58-
59- - name : Run Polka Codes (GPT-5)
60- uses : polka-codes/action@master
61- with :
62- pr_number : ${{ github.event.inputs.pr_number || github.event.number }}
63- review : true
64- env :
65- POLKA_API_PROVIDER : openai
66- POLKA_MODEL : gpt-5.1-codex
67- GITHUB_TOKEN : ${{ github.token }}
68- POLKA_API_KEY : ${{ secrets.OPENAI_API_KEY }}
69-
70- # Generated by polka.codes
You can’t perform that action at this time.
0 commit comments