Fix CLAUDE.md: use gh pr merge --auto, not --merge-queue
The --merge-queue flag doesn't exist in gh CLI. The correct flag is --auto, which routes through the merge queue when it's enabled. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
746b09276c
commit
eccc274652
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue