Skip to content

Commit 1e7e06b

Browse files
ematipicoyxtay
andauthored
Apply suggestions from code review
Co-authored-by: YuXuan Tay <[email protected]>
1 parent ac8280e commit 1e7e06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function mergePullRequest(versions) {
110110
getBranchName(versions.at(-1))
111111
);
112112
await exec(`gh pr create --fill --title "${getMessage(versions.at(-1))}"`);
113-
await exec("gh pr merge --merge --delete-branch");
113+
await exec("gh pr merge --auto --merge --delete-branch");
114114
}
115115

116116
async function git(...cmd) {

0 commit comments

Comments
 (0)