test fable for code review - #2992
Conversation
Client V2 CoverageCoverage Report
Class Coverage
|
JDBC V2 CoverageCoverage Report
Class Coverage
|
JDBC V1 CoverageCoverage Report
Class Coverage
|
Client V1 CoverageCoverage Report
Class Coverage
|
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0505e5c. Configure here.
| uses: ClickHouse/integrations-shared-workflows/.github/workflows/claude-pr-triage.yml@3d91ad26a6d8e9164eb120fb0433ec2defd5c68a | ||
| with: | ||
| pr_number: ${{ github.event.pull_request.number || github.event.issue.number }} | ||
| model: claude-fable-5 |
There was a problem hiding this comment.
Undeclared reusable workflow input
High Severity
The caller now passes model: claude-fable-5 to ClickHouse/integrations-shared-workflows’s reusable claude-pr-triage workflow while still pinned to 3d91ad26…. Documented inputs for that workflow are only pr_number and triage_instructions. GitHub rejects with keys that are not declared on the referenced workflow_call, which can invalidate the PR Triage workflow before it runs.
Reviewed by Cursor Bugbot for commit 0505e5c. Configure here.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Claude-related GitHub Actions workflows to use a newer anthropics/claude-code-action revision and to force a specific Claude model (claude-fable-5) for both the interactive @claude workflow and the reusable PR-triage workflow caller.
Changes:
- Bump
anthropics/claude-code-actionpin in.github/workflows/claude.yml. - Configure the interactive Claude workflow to pass
--model claude-fable-5. - Configure the PR-triage reusable workflow invocation to pass
model: claude-fable-5.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/claude.yml | Updates the pinned Claude action revision and sets claude_args to select a specific model. |
| .github/workflows/claude-pr-triage.yml | Passes a model override into the shared PR-triage reusable workflow. |
| # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md | ||
| # or https://code.claude.com/docs/en/cli-reference for available options | ||
| # claude_args: '--allowed-tools Bash(gh pr:*)' | ||
| claude_args: '--model claude-fable-5' |
| uses: ClickHouse/integrations-shared-workflows/.github/workflows/claude-pr-triage.yml@3d91ad26a6d8e9164eb120fb0433ec2defd5c68a | ||
| with: | ||
| pr_number: ${{ github.event.pull_request.number || github.event.issue.number }} | ||
| model: claude-fable-5 |





Summary
use fable for PR triaging and claude workflows