mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27331,11 +27331,12 @@ async function run(retries = 3) {
|
||||
pull_number: payload.pull_request.number
|
||||
});
|
||||
const commits = commitsResponse.data;
|
||||
await import_exec.default.exec("git", ["checkout", sourceBranch]);
|
||||
await import_exec.default.exec("git", ["fetch", "--all"]);
|
||||
await import_exec.default.exec("git", ["checkout", `origin/${sourceBranch}`]);
|
||||
await import_exec.default.exec("git", ["pull"]);
|
||||
await import_exec.default.exec("git", ["status"]);
|
||||
await import_exec.default.exec("git", ["log", "--oneline"]);
|
||||
await import_exec.default.exec("git", ["rev-list", "--count", sourceBranch]);
|
||||
await import_exec.default.exec("git", ["git rev-list", "--count", sourceBranch]);
|
||||
await improveCommitMessagesWithRebase({
|
||||
commits,
|
||||
base: baseBranch,
|
||||
|
||||
Reference in New Issue
Block a user