Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ullrich Schäfer
9600bea7d0
Fix: gh pr merge --auto requires --merge flag
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 19:03:19 +01:00

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)