Fix: gh pr merge --auto requires --merge flag

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-26 19:09:08 +01:00
parent aed99ba423
commit cce2ddea5c
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -113,7 +113,7 @@ pnpm db:studio # Open Drizzle Studio (DB browser)
- Use the merge queue to auto-merge when CI passes: - Use the merge queue to auto-merge when CI passes:
```bash ```bash
gh pr create --title "..." --body "..." gh pr create --title "..." --body "..."
gh pr merge --auto gh pr merge --merge --auto
``` ```
### Stacking PRs (for fast local iteration) ### Stacking PRs (for fast local iteration)