Skip to content

Commit ca4fb9c

Browse files
authored
Merge pull request #466 from kimocoder/copilot/fix-claude-workflow-issues
[WIP] Fix issues in .github/workflows/claude.yml
2 parents ae72d83 + 22bae08 commit ca4fb9c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
claude:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write # ← REQUIRED so Claude can push fixes/branches
15+
contents: write
1616
pull-requests: write
1717
issues: write
18-
comments: write
1918

2019
steps:
2120
- name: Checkout repo
@@ -36,11 +35,8 @@ jobs:
3635
- performance improvements
3736
Focus especially on Python code. Be concise but thorough. If you can fix something, do it.
3837
39-
# ← MODEL GOES HERE (this fixes your error)
4038
claude_args: |
41-
--model claude-3-opus-20240229
4239
--max-turns 8
43-
--temperature 0.2
4440
4541
# Optional but very useful
4642
trigger_phrase: "@claude"

0 commit comments

Comments
 (0)