Skip to content

Commit 21d643f

Browse files
Document PR auto-merge workflow in AGENTS (#19)
1 parent a1915ec commit 21d643f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ Most formatting and common issues are automatically fixed by Biome. Run `bun x u
133133
- Prefer multiple small commits over one large commit when implementing a feature.
134134
- Open PRs that bundle complete, reviewable functionality once the full unit of work is done.
135135
- Push progress regularly at stable stopping points so work is recoverable and reviewable.
136+
- Do not manually merge early; let required checks complete and rely on auto-merge.
137+
- If checks fail, keep iterating in the PR until all required checks are green.

0 commit comments

Comments
 (0)