feat(KB-093): add PR-first merge mode with configurable merge strategies
- Add mergeStrategy setting (fast-forward, squash, merge-commit) to config - Implement PR-first auto-completion flow that monitors PR merge status - Wire PR monitoring service to detect merge completion and trigger auto-close - Add PR status UI to dashboard with merge progress indicator - Update settings modal with merge strategy selector - Add changeset for PR-first merge mode feature
This commit is contained in:
5
.changeset/add-pr-first-merge-mode.md
Normal file
5
.changeset/add-pr-first-merge-mode.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add a PR-first auto-completion mode that can create, monitor, and merge GitHub pull requests for in-review tasks instead of always performing a direct local merge.
|
||||
Reference in New Issue
Block a user