Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/pr-analyzer-threestage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 1

- name: Authenticate to Google Cloud
Expand All @@ -29,6 +30,7 @@ jobs:
id: stage1
uses: cockroachdb/claude-code-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_vertex: "true"
claude_args: |
--model claude-sonnet-4-5-20250929
Expand Down Expand Up @@ -63,6 +65,7 @@ jobs:
if: contains(steps.stage1.outputs.result, 'STAGE1_RESULT - POTENTIAL_BUG_DETECTED')
uses: cockroachdb/claude-code-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_vertex: "true"
claude_args: |
--model claude-4-5-sonnet-20250929
Expand Down Expand Up @@ -98,6 +101,7 @@ jobs:
if: contains(steps.stage2.outputs.result, 'STAGE2_RESULT - POTENTIAL_BUG_DETECTED')
uses: cockroachdb/claude-code-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_vertex: "true"
claude_args: |
--model claude-4-5-sonnet-20250929
Expand Down Expand Up @@ -147,6 +151,7 @@ jobs:
if: always()
uses: cockroachdb/claude-code-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_vertex: "true"
claude_args: |
--model claude-4-5-sonnet-20250929
Expand Down