From 4f1d67797dd56046665b772702b6b38fda9aa039 Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 29 Jan 2026 16:43:07 +0000 Subject: Add autodetection of master for PR creation --- makima/src/daemon/ws/protocol.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makima/src/daemon/ws/protocol.rs') diff --git a/makima/src/daemon/ws/protocol.rs b/makima/src/daemon/ws/protocol.rs index e971798..c396961 100644 --- a/makima/src/daemon/ws/protocol.rs +++ b/makima/src/daemon/ws/protocol.rs @@ -693,9 +693,9 @@ pub enum DaemonCommand { task_id: Uuid, title: String, body: Option, - /// Base branch for the PR. + /// Base branch for the PR. If None, will be auto-detected from the repo. #[serde(rename = "baseBranch")] - base_branch: String, + base_branch: Option, /// Source branch name to push and create PR from. branch: String, }, -- cgit v1.2.3