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:
parent
aed99ba423
commit
cce2ddea5c
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 --auto
|
gh pr merge --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