Use rebase + fast-forward as default merge strategy
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,6 @@ Review the changes and provide feedback on:
|
|||||||
- Documentation
|
- Documentation
|
||||||
|
|
||||||
Ask the user what action to take:
|
Ask the user what action to take:
|
||||||
- **Merge**: Post review summary as comment, then `fj pr merge $1 -d` (deletes branch after merge)
|
- **Merge**: Post review summary as comment, then `fj pr merge $1 -M rebase -d` (rebase + fast-forward, deletes branch)
|
||||||
- **Request changes**: `fj pr comment $1 "<feedback>"` - Leave feedback without merging
|
- **Request changes**: `fj pr comment $1 "<feedback>"` - Leave feedback without merging
|
||||||
- **Comment only**: `fj pr comment $1 "<comment>"` - Add a comment for discussion
|
- **Comment only**: `fj pr comment $1 "<comment>"` - Add a comment for discussion
|
||||||
|
|||||||
Reference in New Issue
Block a user