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:
commit
aed99ba423
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:
|
- 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 --merge-queue
|
gh pr merge --auto
|
||||||
```
|
```
|
||||||
|
|
||||||
### Stacking PRs (for fast local iteration)
|
### Stacking PRs (for fast local iteration)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue