Skip to content

Commit fd007a4

Browse files
committed
feat: enable automerge in common sync PRs
1 parent 0b92938 commit fd007a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ func createPr(
201201
"-t", prTitle,
202202
"-b", "Automatically created by https://github.com/ecsact-dev/ecsact_common",
203203
"-H", branch_name,
204+
"--auto",
204205
)
205206
cmd.Stdout = os.Stdout
206207
cmd.Stderr = os.Stderr

0 commit comments

Comments
 (0)