Skip to content

Commit dc96b9d

Browse files
committed
fix(finalize-pr): apply --title alongside --body in Phase 4.3
Phase 4.1 generates an updated title but Phase 4.3 was only applying the body. Add --title to the gh pr edit command so both updates land. (claude)
1 parent 80d982f commit dc96b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • github-workflows/skills/finalize-pr

github-workflows/skills/finalize-pr/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ Steps 4.1 and 4.2 run sequentially within the agent. Step 4.3 runs after both.
177177

178178
### 4.3 Apply Updates
179179

180-
After 4.1 and 4.2 complete, apply directly — no temp files:
180+
After 4.1 and 4.2 complete, apply title and body together — no temp files:
181181

182182
```bash
183-
gh pr edit {number} --body "$(cat <<'EOF'
183+
gh pr edit {number} --title "generated title" --body "$(cat <<'EOF'
184184
... generated body ...
185185
EOF
186186
)"

0 commit comments

Comments
 (0)