Skip to content

Commit 95001e8

Browse files
committed
update review pr workflow
1 parent 7e916ec commit 95001e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

35-
- name: Review PR
35+
- name: Review PR With Gemini 2.5 Pro
3636
uses: polka-codes/action@master
3737
with:
3838
pr_number: ${{ github.event.inputs.pr_number || github.event.number }}
@@ -44,7 +44,7 @@ jobs:
4444
GOOGLE_VERTEX_LOCATION: us-central1
4545
GOOGLE_VERTEX_PROJECT: ${{ secrets.GOOGLE_VERTEX_PROJECT }}
4646

47-
- name: Process PR
47+
- name: Review PR With GPT-5
4848
uses: polka-codes/action@master
4949
with:
5050
pr_number: ${{ github.event.inputs.pr_number || github.event.number }}

0 commit comments

Comments
 (0)