We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1599aaa commit ce8acb4Copy full SHA for ce8acb4
.github/workflows/claude-easy-fixes.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
easy-fix:
13
name: "Pick and fix an easy issue"
14
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
15
timeout-minutes: 60
16
17
steps:
@@ -153,4 +153,4 @@ jobs:
153
- Title: "Fix #${{ steps.pick-issue.outputs.issue_number }}: ${{ steps.pick-issue.outputs.issue_title }}"
154
- Body referencing the issue: "Fixes phpstan/phpstan#${{ steps.pick-issue.outputs.issue_number }}"
155
- Include a description of the fix and what was wrong
156
- claude_args: "--model claude-sonnet-4-5-20250929 --max-turns 50"
+ claude_args: "--model claude-opus-4-6 --max-turns 50"
0 commit comments