Add auto-merge setting and merge now functionality

This commit is contained in:
2026-07-28 17:42:49 +02:00
parent 7511311297
commit 42dcceaf4b
10 changed files with 689 additions and 63 deletions

View File

@@ -86,9 +86,9 @@ editing are already implemented.
multiple suggestions, conflicts, dirty Git/Jujutsu workspaces, and remote
application.
- Add draft/ready-for-review and close/reopen actions.
- Consider merge, auto-merge, and merge-queue actions only after required
checks, review decision, permissions, stale-head protection, and destructive
confirmations are represented accurately.
- Add explicit merge-method selection and merge-queue enqueue/dequeue actions.
Auto-merge toggling and guarded immediate merge are implemented with
stale-head protection and destructive confirmation.
- Define consistent optimistic-update and rollback behavior for every mutation.
Preserve drafts and server responses when a post-mutation refresh fails.