Skip to content

Commit e327212

Browse files
committed
chore: auto merge on docs
1 parent 7c5270b commit e327212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/codegen/pushToRepository.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ async function pushToRepository(repository: string, config: RepositoryConfigurat
158158
head: task.prBranch,
159159
});
160160

161+
await run(`gh pr merge ${data.number} --auto`);
162+
161163
console.log(`Pull request created on ${OWNER}/${repository}`);
162164
console.log(` > ${data.url}`);
163165
}

0 commit comments

Comments
 (0)