This commit is contained in:
di-sukharev
2023-05-20 18:22:25 +08:00
parent 10c89ded6e
commit f7ca45540a
2 changed files with 2 additions and 0 deletions

View File

@@ -27998,6 +27998,7 @@ async function improveCommitMessagesWithRebase({
const tempFilePath = import_path2.default.join("/tmp", `${commit.sha}.txt`);
(0, import_fs2.writeFileSync)(tempFilePath, improvedMessage);
console.log({ sha: commit.sha, improvedMessage });
await execa("git", ["fetch", "--all"]);
await execa("git", [
"rebase",
"-i",