lmao - thank you!
targetBranch: "my-branch",
commitMessage: "Apply generated SDK patch",
author: { name: "Diff Bot", email: "[email protected]" },
committer: { name: "Diff Bot", email: "[email protected]" },
diff,
}); .createCommit({
targetBranch: "main",
commitMessage: "Update dashboard docs",
author: { name: "Docs Bot", email: "[email protected]" },
})
.addFileFromString("docs/changelog.md", "# v2.1.0\n- refresh docs\n")
.addFile("public/logo.svg", await fs.readFile("assets/logo.svg"))
.deletePath("docs/legacy.txt")
.send();
```