Skip to content

Commit b330d08

Browse files
committed
update
1 parent 77d4fe6 commit b330d08

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
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:
@@ -45,26 +45,3 @@ jobs:
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

0 commit comments

Comments
 (0)