Merge pull request #85 from trails-cool/fix-merge-queue-docs

Fix CLAUDE.md merge queue docs to use --auto
This commit is contained in:
Ullrich Schäfer 2026-03-26 19:02:46 +01:00 committed by GitHub
commit aed99ba423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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