Commit 6c85216
authored
fix(workflows): configure claude-code-action branch prefix for Amber (#382)
## Fix
Configures `branch_prefix: "amber/"` for the `claude-code-action` to
match the manually created branches.
## Problem
The workflow manually creates branches with `amber/` prefix, but the
`claude-code-action` was using default `claude/` prefix, causing PR
creation to fail with:
```
Validation Failed: {"resource":"PullRequest","field":"head","code":"invalid"}
```
## Solution
- Added `branch_prefix: "amber/"` to the action configuration
- This aligns the action's branch management with our manually created
branches
- Ensures commits are pushed to the correct remote branch
🤖 Generated with Claude Code1 parent 12a3d20 commit 6c85216
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
0 commit comments