Skip to content

Commit e6eb6ae

Browse files
authored
Experiment with haiku for limited workflows (#1613)
1 parent d85243d commit e6eb6ae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/marvin-dedupe-issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ jobs:
7272
- name: Run Marvin dedupe command
7373
uses: anthropics/claude-code-base-action@beta
7474
with:
75+
model: claude-3-5-haiku-latest
7576
prompt_file: /tmp/claude-prompts/dedupe-prompt.txt
7677
allowed_tools: "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh api:*),Bash(gh issue comment:*),Task"
77-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
78+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}
7879
claude_env: |
7980
GH_TOKEN: ${{ steps.marvin-token.outputs.token }}

.github/workflows/marvin-label-triage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,11 @@ jobs:
148148
- name: Run Marvin for Issue Triage
149149
uses: anthropics/claude-code-base-action@beta
150150
with:
151+
model: claude-3-5-haiku-latest
151152
prompt_file: /tmp/claude-prompts/triage-prompt.txt
152153
allowed_tools: "Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__get_pull_request_files"
153154
timeout_minutes: "5"
154-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
155+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}
155156
mcp_config: /tmp/mcp-config/mcp-servers.json
156157
claude_env: |
157158
GH_TOKEN: ${{ steps.marvin-token.outputs.token }}

0 commit comments

Comments
 (0)