Commit 18d148e82395
Changed files (1)
dots
pi
agent
extensions
github
actions
dots/pi/agent/extensions/github/actions/pr.ts
@@ -420,7 +420,7 @@ export async function handlePRMerge(
const args = ["pr", "merge", String(params.number)];
- const method = params.method || "merge";
+ const method = params.method || "rebase";
if (method === "squash") args.push("--squash");
else if (method === "rebase") args.push("--rebase");
else args.push("--merge");