Merge pull request #15 from trails-cool/disable-squash-merge
This commit is contained in:
commit
d868e78247
2 changed files with 2 additions and 3 deletions
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
|
|
@ -24,6 +24,6 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
MERGE_LABELS: "automerge"
|
||||
MERGE_METHOD: "squash"
|
||||
MERGE_METHOD: "merge"
|
||||
MERGE_DELETE_BRANCH: "true"
|
||||
UPDATE_METHOD: "rebase"
|
||||
|
|
|
|||
|
|
@ -114,8 +114,7 @@ pnpm db:studio # Open Drizzle Studio (DB browser)
|
|||
```bash
|
||||
gh pr create --title "..." --body "..." --label automerge
|
||||
```
|
||||
- PRs with `automerge` label squash-merge and delete the branch automatically
|
||||
- Use squash merges to keep main history clean
|
||||
- PRs with `automerge` label merge and delete the branch automatically
|
||||
|
||||
### Stacking PRs (for fast local iteration)
|
||||
When working on sequential tasks, stack branches locally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue